locationFromJson function

Location locationFromJson(
  1. String str
)

Implementation

Location locationFromJson(String str) => Location.fromJson(json.decode(str));