Parse from a json
factory TMeUrlTypeUser.fromJson(Map<String, dynamic> json) => TMeUrlTypeUser( userId: json['user_id'], );