TGetSubOrgIdsBody constructor

const TGetSubOrgIdsBody({
  1. String? organizationId,
  2. String? filterType,
  3. String? filterValue,
  4. v1Pagination? paginationOptions,
})

Implementation

const TGetSubOrgIdsBody({
   this.organizationId,
   this.filterType,
   this.filterValue,
   this.paginationOptions,
});