BooleanCustomVariableValue constructor

const BooleanCustomVariableValue(
  1. bool value
)

Creates a boolean custom variable value.

Implementation

const BooleanCustomVariableValue(this.value) : super._();