EnterprisesListResponse constructor

EnterprisesListResponse({
  1. List<Enterprise>? enterprise,
})

Implementation

EnterprisesListResponse({
  this.enterprise,
});