toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  'namespace': namespace,
  'type': type.value,
  'uuid': uuid,
  'fullId': fullId,
  'shortForm': shortForm,
  'url': url,
};