WalletEvent.selectIndex constructor

const WalletEvent.selectIndex({
  1. required int index,
})

Implementation

const factory WalletEvent.selectIndex({
  required int index,
}) = SelectIndex;