decodeBool abstract method

bool decodeBool(
  1. String key, {
  2. int? id,
})

Decodes the data for the given key or id as a boolean value.

Implementation

bool decodeBool(String key, {int? id});