sourceAccountId property

  1. @TagNumber.new(4)
AccountId get sourceAccountId

Implementation

@$pb.TagNumber(4)
$0.AccountId get sourceAccountId => $_getN(3);
  1. @TagNumber.new(4)
set sourceAccountId (AccountId value)

Implementation

@$pb.TagNumber(4)
set sourceAccountId($0.AccountId value) => $_setField(4, value);