TRefreshFeatureFlagsBody constructor

const TRefreshFeatureFlagsBody({
  1. String? timestampMs,
  2. String? organizationId,
})

Implementation

const TRefreshFeatureFlagsBody({
   this.timestampMs,
   this.organizationId,
});