fromAccount property

  1. @TagNumber.new(5)
AccountId get fromAccount

Implementation

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

Implementation

@$pb.TagNumber(5)
set fromAccount($3.AccountId value) => $_setField(5, value);