PPAddress constructor

const PPAddress({
  1. bool? isPrimary,
  2. String? fullAddress,
  3. String? addressId,
  4. String? line1,
  5. String? line2,
  6. String? city,
  7. String? state,
  8. String? postalCode,
  9. String? country,
  10. bool? isSelected,
})

Implementation

const factory PPAddress({
  bool? isPrimary,
  String? fullAddress,
  String? addressId,
  String? line1,
  String? line2,
  String? city,
  String? state,
  String? postalCode,
  String? country,
  bool? isSelected,
}) = _EPAddress;