age property

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

The number of milliseconds since this cell was primary. If age is 0, the cellId represents a current measurement.

Implementation

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