TGetVerifiedSubOrgIdsBody constructor

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

Implementation

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