UpdateAddressRequest constructor

const UpdateAddressRequest({
  1. String? addressLine1,
  2. String? addressLine2,
  3. String? addressLine3,
  4. String? city,
  5. String? state,
  6. String? postalCode,
  7. String? country,
  8. String? region,
  9. bool? isPrimary,
  10. bool? isActive,
  11. String? label,
  12. String? notes,
  13. double? latitude,
  14. double? longitude,
  15. DateTime? validFrom,
  16. DateTime? validTo,
})

Implementation

const factory UpdateAddressRequest({
  String? addressLine1,
  String? addressLine2,
  String? addressLine3,
  String? city,
  String? state,
  String? postalCode,
  String? country,
  String? region,
  bool? isPrimary,
  bool? isActive,
  String? label,
  String? notes,
  double? latitude,
  double? longitude,
  DateTime? validFrom,
  DateTime? validTo,
}) = _UpdateAddressRequest;