toAccountId property

  1. @TagNumber(2)
List<int> toAccountId

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get toAccountId => $_getN(1);
  1. @TagNumber(2)
void toAccountId=(List<int> v)

Implementation

@$pb.TagNumber(2)
set toAccountId($core.List<$core.int> v) { $_setBytes(1, v); }