cake_wallet/cw_core/lib/keyable.dart

3 lines
37 B
Dart
Raw Normal View History

mixin Keyable {
dynamic keyIndex;
}