Filter.byKey constructor Null safety
- dynamic key
Filter by key
.
Less efficient than using store.record(key)
.
Implementation
factory Filter.byKey(key) => Filter.equals(Field.key, key);
Filter by key
.
Less efficient than using store.record(key)
.
factory Filter.byKey(key) => Filter.equals(Field.key, key);