localStats property

  1. @TagNumber(6)
LocalStats get localStats

Local device mesh statistics

Implementation

@$pb.TagNumber(6)
LocalStats get localStats => $_getN(5);
  1. @TagNumber(6)
set localStats (LocalStats value)

Implementation

@$pb.TagNumber(6)
set localStats(LocalStats value) => $_setField(6, value);