toJson method

Object toJson()

Implementation

Object toJson () {
  return {
    'type': type.value,
    'metadata': metadata?.toJson(),
  };
}