AvailableDriversResponse class

Constructors

AvailableDriversResponse({required String command, required dynamic tag, required bool success, required String message, required int serverRecordId, required dynamic recordId, required int totalRecord, required int pageNo, required int pageSize, required ApiPacket apiPacket, required int status})
AvailableDriversResponse.fromJson(Map<String, dynamic> json)
factory

Properties

apiPacket ApiPacket
final
command String
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
pageNo int
final
pageSize int
final
recordId → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverRecordId int
final
status int
final
success bool
final
tag → dynamic
final
totalRecord int
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