getListOfBoolBy method

List<bool> getListOfBoolBy(
  1. String key
)

Implementation

List<bool> getListOfBoolBy(
  String key,
) =>
    getField(key).asBoolList();