withField method
Records whose Record.fields holds key, regardless of value.
Implementation
Iterable<Record> withField(String key) =>
_records.where((r) => r.fields.containsKey(key));
Records whose Record.fields holds key, regardless of value.
Iterable<Record> withField(String key) =>
_records.where((r) => r.fields.containsKey(key));