fromJson static method

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

Implementation

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