@override List<Record> getByKeyStr(String key) { if (_data.containsKey(key)) { return [_data[key]!]; } else { return []; } }