nbiot property

  1. @TagNumber.new(2)
NBIoTSetting get nbiot

Implementation

@$pb.TagNumber(2)
NBIoTSetting get nbiot => $_getN(1);
  1. @TagNumber.new(2)
set nbiot (NBIoTSetting v)

Implementation

@$pb.TagNumber(2)
set nbiot(NBIoTSetting v) {
  setField(2, v);
}