WebApiLogicAppFuncSystemNumbersResponse constructor

WebApiLogicAppFuncSystemNumbersResponse({
  1. List<WebApiLogicAppFuncSystemNumbersModel>? systemNumbers,
})

Implementation

WebApiLogicAppFuncSystemNumbersResponse({
  this.systemNumbers,
});