TSetOrganizationFeatureBody constructor

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

Implementation

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