Location.fromJson constructor

Location.fromJson(
  1. String source
)

Implementation

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