PacketList constructor
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,
Implementation
PacketList({
required this.registrationId,
required this.name,
required this.userType,
required this.isOnline,
required this.currentLocationLat,
required this.currentLocationLng,
required this.fcmToken,
required this.note,
required this.vehicleType,
required this.status,
required this.createDate,
required this.updateDate,
});