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