Converts to JSON.
@override Map<String, dynamic> toJson() => { 'type': type, if (metadata != null) 'metadata': metadata, };