dev
dart 3 lines 38 Bytes
Raw
1 mixin Keyable {
2 dynamic keyIndex;
3 }