WarningLocation.fromMap constructor

WarningLocation.fromMap(
  1. Map map
)

Implementation

WarningLocation.fromMap(Map<dynamic, dynamic> map) {
  locationId = map['locationId'] as String;
}