@override Future<bool> read(RawReadCallback<List<bool?>> readRaw) { return readRaw(1).then((value) => value.first ?? false); }