BooleanCustomVariableValue constructor
const
BooleanCustomVariableValue(
- bool value
Creates a boolean custom variable value.
Implementation
const BooleanCustomVariableValue(this.value) : super._();
Creates a boolean custom variable value.
const BooleanCustomVariableValue(this.value) : super._();