OrgFeatureGate constructor
Implementation
const OrgFeatureGate({
super.key,
required this.orgId,
required this.feature,
required this.check,
required this.child,
});
const OrgFeatureGate({
super.key,
required this.orgId,
required this.feature,
required this.check,
required this.child,
});