factory UInternetListParams.fromMap(Map<String, dynamic> json) => UInternetListParams( operatorId: json["operatorId"], );