creationDate property

  1. @TagNumber.new(4)
Int64 get creationDate

when the token was created

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get creationDate => $_getI64(3);
  1. @TagNumber.new(4)
set creationDate (Int64 value)

Implementation

@$pb.TagNumber(4)
set creationDate($fixnum.Int64 value) => $_setInt64(3, value);