notificationUpdateTime property

  1. @TagNumber.new(16)
Int64 get notificationUpdateTime

Implementation

@$pb.TagNumber(16)
$fixnum.Int64 get notificationUpdateTime => $_getI64(15);
  1. @TagNumber.new(16)
set notificationUpdateTime (Int64 value)

Implementation

@$pb.TagNumber(16)
set notificationUpdateTime($fixnum.Int64 value) => $_setInt64(15, value);