blob: 08b45d3a9c889ded99e553809433d3547a301853 [file] [log] [blame]
extension type MetadataIndex(Map<String, dynamic> map) {
Map<String, dynamic> get key => map['key'];
}
test(MetadataIndex index) {}