dart:html
PaymentAddress class
- Annotations
-
- @Native("PaymentAddress")
Properties
- addressLine → List<String>?
read-only
- city → String?
read-only
- country → String?
read-only
- dependentLocality → String?
read-only
- hashCode → int
read-only, inherited
- The hash code for this object.
- languageCode → String?
read-only
- organization → String?
read-only
- phone → String?
read-only
- postalCode → String?
read-only
- recipient → String?
read-only
- region → String?
read-only
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- sortingCode → String?
read-only
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.