Value constructor

Value({
  1. Account? account,
  2. String? pubkey,
})

Implementation

Value({this.account, this.pubkey});