map property

Map<String, dynamic> map

Implementation

Map<String, dynamic> get map => {
      'id': id,
      'description': description,
    };