UInternetListParams constructor

UInternetListParams({
  1. required String operatorId,
})

Implementation

UInternetListParams({
  required this.operatorId,
});