toBoolList method

List<bool> toBoolList()

Implementation

List<bool> toBoolList() {
  _preconditionType(typeCodeBoolList, _typeCode);
  return _data;
}