@override Map<String, dynamic> toJson() => <String, dynamic>{ 'value': value.map((item) => item.toJson()).toList(), '@type': constructor, };