Instruction.fromMap constructor
Instruction.fromMap(
- Map map
Implementation
Instruction.fromMap(Map map)
: instruction = map["instruction"],
geoPoint = GeoPoint.fromMap(map["geoPoint"]);
Instruction.fromMap(Map map)
: instruction = map["instruction"],
geoPoint = GeoPoint.fromMap(map["geoPoint"]);