Data class

Constructors

Data({String? firstName, String? lastName, String? displayName, String? avatar, Shipping? shipping, Billing? billing, List<MetaData>? metaData})
Data.fromJson(Map<String, dynamic> json)

Properties

avatar String?
getter/setter pair
billing Billing?
getter/setter pair
displayName String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName String?
getter/setter pair
metaData List<MetaData>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping Shipping?
getter/setter pair

Methods

getMetaDataArrayWhere(String key) List?
Returns an array of meta data from a WP MetaData key
getMetaDataFirstWhere(String key) → dynamic
Returns a single meta data value from a WP MetaData key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited