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'];
}