toMap method

Map<String, Object> toMap()

API Documentation for toMap.

Implementation

Map<String, Object> toMap() => <String, Object>{
      'id': id,
      'name': name,
      'rssi': rssi,
    };