map property

Map<String, dynamic> get map

General map representation

Implementation

Map<String, dynamic> get map => {
      'value': type.value,
      'description': type.description,
      'metadata': metadata,
    };