mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fixes inferred type warning
This commit is contained in:
parent
0d61e50119
commit
9e8f901b04
@ -7,7 +7,7 @@ class _PhysicsCollisionGroups {
|
||||
getBitmaskForKeys(["Default"]);
|
||||
}
|
||||
|
||||
Map<Object,int> keyLookup = {};
|
||||
Map<Object,int> keyLookup = <Object,int>{};
|
||||
|
||||
List<Object> getKeysForBitmask(int bitmask) {
|
||||
List<Object> keys = [];
|
||||
|
Loading…
Reference in New Issue
Block a user