sourceAccountId property

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

Implementation

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

Implementation

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