PacketList class
Constructors
- PacketList({required String registrationId, required String name, required String userType, required bool isOnline, required double currentLocationLat, required double currentLocationLng, required dynamic fcmToken, required dynamic note, required String vehicleType, required String status, required DateTime createDate, required dynamic updateDate})
-
PacketList.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createDate → DateTime
-
final
- currentLocationLat → double
-
final
- currentLocationLng → double
-
final
- fcmToken → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOnline → bool
-
final
- name → String
-
final
- note → dynamic
-
final
- registrationId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- updateDate → dynamic
-
final
- userType → String
-
final
- vehicleType → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited