InternetListParams constructor

InternetListParams({
  1. required String operatorId,
})

Implementation

InternetListParams({
  required this.operatorId,
});