disabled property

bool? disabled
getter/setter pair

Whether the provider is disabled.

You cannot use a disabled provider to exchange tokens. However, existing tokens still grant access.

Implementation

core.bool? disabled;