TGetUsersBody constructor

const TGetUsersBody({
  1. String? organizationId,
})

Implementation

const TGetUsersBody({
  this.organizationId,
});