BillingModel class
- Inheritance
-
- Object
- BillingEntity
- BillingModel
Constructors
- BillingModel.new({String? currency, num? vat, String? pricing_type, String? amount, String? description, String? country})
- BillingModel.fromJson(String source)
-
factory
-
BillingModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
- amount → String?
-
finalinherited
- country → String?
-
finalinherited
- currency → String?
-
finalinherited
- description → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- pricing_type → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vat → num?
-
finalinherited
Methods
-
copyWith(
{String? currency, num? vat, String? pricing_type, String? amount, String? description, String? country}) → BillingModel -
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 other) → bool -
The equality operator.
override