Converts the metadata to JSON.
@override Map<String, dynamic> toJson() { return {type.name: value.map((e) => e.toJson()).toList()}; }