currentAccount property

  1. @TagNumber.new(3)
AccountHeader get currentAccount

Implementation

@$pb.TagNumber(3)
$4.AccountHeader get currentAccount => $_getN(2);
  1. @TagNumber.new(3)
set currentAccount (AccountHeader value)

Implementation

@$pb.TagNumber(3)
set currentAccount($4.AccountHeader value) => $_setField(3, value);