AutomobileModel class

Constructors

AutomobileModel({String? name, String? model, String? bodyType, double? mileage, int? engineInCC, double? bhp, String? transmission, int? seatingCapacity, int? fuelTankCapacity, String? fuelType, bool? isTransmissionAutomatic})

Properties

bhp double?
getter/setter pair
bodyType String?
getter/setter pair
engineInCC int?
getter/setter pair
fuelTankCapacity int?
getter/setter pair
fuelType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTransmissionAutomatic bool?
getter/setter pair
mileage double?
getter/setter pair
model String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatingCapacity int?
getter/setter pair
transmission 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