GenericLocationResponse.fromJson constructor

GenericLocationResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GenericLocationResponse.fromJson(Map<String, dynamic> json) => _$GenericLocationResponseFromJson(json);