ProgramAccount constructor

const ProgramAccount({
  1. required Account account,
  2. required String pubkey,
})

Implementation

const ProgramAccount({
  required this.account,
  required this.pubkey,
});