startAt property

  1. @TagNumber.new(14)
Int64 get startAt

Stores the start time

Implementation

@$pb.TagNumber(14)
$fixnum.Int64 get startAt => $_getI64(7);
  1. @TagNumber.new(14)
set startAt (Int64 value)

Implementation

@$pb.TagNumber(14)
set startAt($fixnum.Int64 value) => $_setInt64(7, value);