value property
Return a bool
representing the value of the configuration.
Implementation
@visibleForTesting
bool get value =>
staticConfig ||
(runtimeConfig != null && runtimeConfig!.value == LogicValue.one);
Return a bool
representing the value of the configuration.
@visibleForTesting
bool get value =>
staticConfig ||
(runtimeConfig != null && runtimeConfig!.value == LogicValue.one);