CustomVariableValue.boolean constructor
const
CustomVariableValue.boolean(
- bool value
Creates a boolean custom variable value.
Implementation
const factory CustomVariableValue.boolean(bool value) =
BooleanCustomVariableValue;