customData property

  1. @TagNumber.new(1)
List<int> get customData

The custom data the user specified when creating the scheduler source.

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get customData => $_getN(0);
  1. @TagNumber.new(1)
set customData (List<int> v)

Implementation

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