shownMixinsAndFunctions property
The set of mixin and function names that may be accessed from the forwarded module.
If this is empty, no mixins or functions may be accessed. If it's null
,
it imposes no restrictions on which mixins and function may be accessed.
If this is non-null
, hiddenMixinsAndFunctions and hiddenVariables
are guaranteed to both be null
and shownVariables is guaranteed to be
non-null
.
Implementation
final Set<String>? shownMixinsAndFunctions;