pubBool method

dynamic pubBool(
  1. String key,
  2. bool value
)

Implementation

pubBool(String key, bool value) {
  ez[key] = value;
}