Transport class

Provides data related to transports.

Constructors

Transport({int? seed})
Provides data related to transports.
const

Properties

airplane String
Returns an airplane model.
no setter
car String
Returns a random vehicle.
no setter
hashCode int
The hash code for this object.
no setterinherited
manufacturer String
Returns a random vehicle manufacturer.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
vehicleRegistrationCode({Locale? locale}) String
Returns vehicle registration code.

Operators

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