map property

Map<String, dynamic> map

Implementation

Map<String, dynamic> get map => {
      'manufacturer': manufacturer,
      'model': model,
      'type': type.map,
      'uid': uid,
    };