toJson method

Map toJson()

Implementation

Map toJson () => {
  'name': name,
  'description': description,
  'metadata': metadata,
  'id': id
};