setBool method

void setBool(
  1. String key,
  2. bool v
)

Implementation

void setBool(String key, bool v) => _map[key] = NitroAnyBool(v);