CurrentLocation.fromJson constructor

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

Implementation

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