Commit fe9fce2 1 parent bdb5c4b commit fe9fce2 Copy full SHA for fe9fce2
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import 'filesystem_api.dart';
13
13
/// property status (standards track, experimental, deprecated) and supported
14
14
/// browser (chrome, safari, firefox) info.
15
15
class BrowserCompatData {
16
- static final _eventHandlers = < String , Set <BCDPropertyStatus >> {};
16
+ static final Map <String , Set <BCDPropertyStatus >> _eventHandlers = {};
17
17
18
18
/// Returns whether [name] is an event handler that is supported in any
19
19
/// interface.
@@ -88,7 +88,7 @@ class BrowserCompatData {
88
88
}
89
89
90
90
class BCDInterfaceStatus extends BCDItem {
91
- final _properties = < String , BCDPropertyStatus > {};
91
+ final Map <String , BCDPropertyStatus > _properties = {};
92
92
93
93
BCDInterfaceStatus (super .name, super .json) {
94
94
for (final symbolName in json.symbolNames) {
You can’t perform that action at this time.
0 commit comments