PointerKey constructor

PointerKey({
  1. required SpendingDataSource spendingDataSource,
  2. required StakingDataSource stakingDataSource,
})

Implementation

factory PointerKey({required final  SpendingDataSource spendingDataSource, required final  StakingDataSource stakingDataSource}) = _$PointerKeyImpl;