RetrieveLocationResponse.fromJson constructor

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

Converts a Map to an RetrieveLocationResponse

Implementation

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