toMap method
Implementation
Map<String, dynamic> toMap() => {
"errCode": errCode,
"errInfo": errInfo,
"fCount": fCount,
"fType": fType,
"iCount": iCount,
"iType": iType,
"nmPoints": nmPoints,
"qScore": qScore,
};