@override Object toJson() => { if (addresses.isNotDefault) 'addresses': [for (final i in addresses) i.toJson()], 'warning': ?warning?.toJson(), };