MemberFlagsManager class final
Constructors
-
MemberFlagsManager(List<
MemberFlag> _flags)
Properties
Methods
-
allowBypassVerification(
{String? reason}) → Future< void> - Allow the member to bypass verification.
-
disallowBypassVerification(
{String? reason}) → Future< void> - Disallow the member to bypass verification.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sync(
List< MemberFlag> flags, {String? reason}) → Future<void> - Sync the member's flags.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited