exportSuccess property

  1. @TagNumber.new(3)
ExportSuccess get exportSuccess

Implementation

@$pb.TagNumber(3)
ExportSuccess get exportSuccess => $_getN(2);
  1. @TagNumber.new(3)
set exportSuccess (ExportSuccess value)

Implementation

@$pb.TagNumber(3)
set exportSuccess(ExportSuccess value) => $_setField(3, value);