LocationInfo.fromJson constructor

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

Implementation

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