WalfBool constructor

WalfBool(
  1. String key,
  2. bool value
)

Implementation

WalfBool(this.key, this.value)
    : super(key: key, type: "Walf Bool", value: value);