recordedAt property

  1. @JsonKey(name: 'day')
  2. @UnixTimestampConverter()
DateTime recordedAt
inherited

The recorded date time of this history.

Implementation

@JsonKey(name: 'day')
@UnixTimestampConverter()
DateTime get recordedAt => throw _privateConstructorUsedError;