PaymentAddress class - dart:html library (original) (raw)

Annotations

Properties

addressLineList<String>?

no setter

cityString?

no setter

countryString?

no setter

dependentLocalityString?

no setter

hashCodeint

The hash code for this object.

no setterinherited

languageCodeString?

no setter

organizationString?

no setter

phoneString?

no setter

postalCodeString?

no setter

recipientString?

no setter

regionString?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

sortingCodeString?

no setter

Methods

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited