toKValues method

  1. @override
Map<String, dynamic> toKValues()

转换为用字符串key读取字段值的Map

Implementation

@override
Map<String, dynamic> toKValues() {
  return {
    '_id': _id,
    '_bsid': _bsid,
    '_time': _time,
    '_extra': _extra,
    '_trans': _trans,
    'uid': uid,
    'rid1': rid1,
    'rid2': rid2,
    'rid3': rid3,
    'int1': int1,
    'int2': int2,
    'int3': int3,
    'str1': str1,
    'str2': str2,
    'str3': str3,
    'body1': body1,
    'body2': body2,
    'body3': body3,
    'state1': state1,
    'state2': state2,
    'state3': state3,
    'update': update,
    'score': score,
    'mark': mark,
    'star': star,
    'hot1': hot1,
    'hot2': hot2,
    'hotx': hotx,
    'cnt1': cnt1,
    'cnt2': cnt2,
    'cnt3': cnt3,
    'target': target,
    'earner': earner,
    'rmbfen': rmbfen,
    'virval': virval,
    'deny': deny,
  };
}