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