fromJsonString method Null safety

Location fromJsonString(
  1. String value
)

Creates Location from Json string

Implementation

static Location fromJsonString(String value) => fromJson(jsonDecode(value));