ResponseRF class

Constructors

ResponseRF.new({String? Command, String? Tag, bool? Success, String? Message, String? ServerRecordId, String? RecordId, int? TotalRecord, int? PageNo, int? PageSize, ApiPackets? ApiPacket, int? Status})

Properties

ApiPacket ApiPackets?
getter/setter pair
Command String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Message String?
getter/setter pair
PageNo int?
getter/setter pair
PageSize int?
getter/setter pair
RecordId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ServerRecordId String?
getter/setter pair
Status int?
getter/setter pair
Success bool?
getter/setter pair
Tag String?
getter/setter pair
TotalRecord int?
getter/setter pair

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

Static Methods

parse(dynamic response) ResponseRF