Latitude.fromJson constructor

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

Implementation

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