Rider class

Implementers

Constructors

Rider({String? id, int roleId = 1, required String name, required String phoneNumber, double? longtitude, double? latitude, required String language, required String uuid, required String? jwtToken, required Vehicle? vehicle, List<OrderProduct>? currentOrders, List<OrderProduct>? availableOrders})

Properties

availableOrders List<OrderProduct>?
final
currentOrders List<OrderProduct>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
jwtToken String?
final
language String
final
latitude double?
final
longtitude double?
final
name String
final
phoneNumber String
final
roleId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
final
vehicle Vehicle?
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

Operators

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