DatecsDevice.fromMap constructor

DatecsDevice.fromMap(
  1. Map map
)

Implementation

DatecsDevice.fromMap(Map map)
    : name = map['name'],
      address = map['address'];