time property

  1. @BuiltValueField.new(wireName: r'time')
num get time

The time that the review was submitted, measured in the number of seconds since since midnight, January 1, 1970 UTC.

Implementation

@BuiltValueField(wireName: r'time')
num get time;