since property

  1. @BuiltValueField(wireName: r'since')
int? since

A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.

Implementation

@BuiltValueField(wireName: r'since')
int? get since;