appStateBytes property

  1. @TagNumber(5)
List<int> appStateBytes

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get appStateBytes => $_getN(4);
  1. @TagNumber(5)
void appStateBytes=(List<int> v)

Implementation

@$pb.TagNumber(5)
set appStateBytes($core.List<$core.int> v) { $_setBytes(4, v); }