@override Map<String, dynamic> toJson() => <String, dynamic>{ 'withdrawal_date': withdrawalDate, 'state': state?.toJson(), '@type': constructor, };