CustomVariableValue.boolean constructor

const CustomVariableValue.boolean(
  1. bool value
)

Creates a boolean custom variable value.

Implementation

const factory CustomVariableValue.boolean(bool value) =
    BooleanCustomVariableValue;