Billing class

Constructors

Billing({String? firstName, String? lastName, String? company, String? address1, String? address2, String? city, String? state, String? postcode, String? country, String? email, String? phone})
Billing.fromJson(String source)
factory
Billing.fromMap(Map<String, dynamic> map)
factory

Properties

address1 String?
final
address2 String?
final
city String?
final
company String?
final
country String?
final
email String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setteroverride
lastName String?
final
phone String?
final
postcode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final

Methods

copyWith({String? firstName, String? lastName, String? company, String? address1, String? address2, String? city, String? state, String? postcode, String? country, String? email, String? phone}) Billing
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override