toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      'appId': appId,
      'userCode': userCode,
      'userName': userName,
      'realName': realName,
      'status': status,
      'email': email,
      'tel': tel,
      'mobile': mobile,
      'headPic': headPic,
      'origin': origin,
      'sex': sex,
      'age': age,
      'tag': tag,
      'other': other,
      'createTime': createTime,
      'extend': extend,
      'deleted': deleted
    };