Billing class

Constructors

Billing.new({String apartment = "803", String email = "test@paymob.com", String floor = "42", String firstName = "Ahmed", String street = "Tahrir Street", String building = "8028", String phoneNumber = "+201001234567", String shippingMethod = "PKG", String postalCode = "01898", String city = "Cairo", String country = "EG", String lastName = "Ali", String state = "Cairo"})
const

Properties

apartment String
final
building String
final
city String
final
country String
final
email String
final
firstName String
final
floor String
final
hashCode int
The hash code for this object.
no setterinherited
lastName String
final
phoneNumber String
final
postalCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingMethod String
final
state String
final
street String
final

Methods

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