fromJson static method

LocationsResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static LocationsResponse fromJson(Map<String, Object?> obj) =>
    LocationsResponse.fromMap(obj);