VATRate class

Constructors

VATRate({double? standard, List<double>? reduced, double? super_reduced, double? parking})

Properties

hashCode int
The hash code for this object.
no setterinherited
parking double?
VAT rate for parking.
getter/setter pair
reduced List<double>?
Reduced rates.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standard double?
Standard VAT.
getter/setter pair
super_reduced double?
Super reduced rates.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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