Location.fromJson constructor

Location.fromJson(
  1. String str
)

Implementation

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