Report class

Constructors

Report({double? actualDistance, String? partID, double? maintenanceCost, String? maintenanceDescription, double? otherCost, double? partCost, String? partName, String? systemName})

Properties

actualDistance double?
getter/setter pair
carType String?
getter/setter pair
distance double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maintenanceCost double?
getter/setter pair
maintenanceDescription String?
getter/setter pair
otherCost double?
getter/setter pair
partCost double?
getter/setter pair
partID String?
getter/setter pair
partName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemName String?
getter/setter pair

Methods

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

Operators

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