getBoolValues abstract method

List<bool> getBoolValues({
  1. required String key,
})

Returns the bool value list associated with the key, otherwise empty list.

Implementation

List<bool> getBoolValues({required String key});