TRemoveOrganizationFeatureBody constructor

const TRemoveOrganizationFeatureBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required v1FeatureName name,
})

Implementation

const TRemoveOrganizationFeatureBody({
  this.timestampMs,
  this.organizationId,
  required this.name,
});