CompositeAccessGate constructor
const
CompositeAccessGate({})
Implementation
const CompositeAccessGate({
required this.conditions,
required this.child,
this.fallback,
this.loading,
super.key,
});
const CompositeAccessGate({
required this.conditions,
required this.child,
this.fallback,
this.loading,
super.key,
});