value property

  1. @visibleForTesting
bool get value

Return a bool representing the value of the configuration.

Implementation

@visibleForTesting
bool get value =>
    staticConfig ||
    (runtimeConfig != null && runtimeConfig!.value == LogicValue.one);