Resp class

Constructors

Resp(String errCode, String errInfo, String fCount, String fType, String iCount, String iType, String pCount, String pType, String nmPoints, String qScore)
Resp.fromJson(Map<String, dynamic> json)

Properties

errCode String
latefinal
errInfo String
latefinal
fCount String
latefinal
fType String
latefinal
hashCode int
The hash code for this object.
no setterinherited
iCount String
latefinal
iType String
latefinal
nmPoints String
latefinal
pCount String
latefinal
pType String
latefinal
qScore String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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