Enter.fromJson constructor
Enter.fromJson(
- dynamic json
Implementation
Enter.fromJson(dynamic json) {
latitude = json['latitude'];
longitude = json['longitude'];
}
Enter.fromJson(dynamic json) {
latitude = json['latitude'];
longitude = json['longitude'];
}