Instruction.fromMap constructor

Instruction.fromMap(
  1. Map map
)

Implementation

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