toJson property

Object toJson
inherited

Implementation

Object get toJson => {
  'name': label,
  'type': _type
};