putBooleanList method

void putBooleanList(
  1. String key,
  2. List<bool> value
)

Implementation

void putBooleanList(String key, List<bool> value) {
  // unparcel();
  _map[key] = value;
}