V2TimUserStatus.fromJson(Map<String, dynamic> json) { userID = json['userID']; statusType = json['statusType']; customStatus = json['customStatus']; }