@override Map<String, dynamic> toJson() => <String, Object?>{ ...super.toJson(), 'type': type, 'valueAsString': valueAsString ?? '', };