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,
    'owner': owner,
    'admin': admin,
    'member': member,
    'appSecret': appSecret,
    'appHosts': appHosts,
    'appMenus': appMenus,
    'no': no,
    'pwd': pwd,
    'nick': nick,
    'desc': desc,
    'icon': icon,
    'head': head,
    'byfind': byfind,
    'bycode': bycode,
    'bycard': bycard,
    'byteam': byteam,
    'notice': notice,
    'silent': silent,
    'deny': deny,
  };
}