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