now8
domain
Vehicle
Vehicle constructor
Vehicle
Vehicle
constructor
Null safety
Vehicle
(
{
String
?
id
,
required
RouteWay
routeWay
,
String
?
name
}
)
Implementation
Vehicle({ this.id, required this.routeWay, this.name, });
now8
domain
Vehicle
Vehicle constructor
Vehicle class
Constructors
Vehicle
fromJson
Properties
hashCode
id
name
routeWay
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==