startedAt property

  1. @TimestampOrNullConverter()
DateTime? get startedAt
inherited

The startedAt parameter is the startedAt of the cacl input.

Implementation

set observations(String? value);/// The [startedAt] parameter is the startedAt of the cacl input.
@TimestampOrNullConverter() DateTime? get startedAt;
  1. @TimestampOrNullConverter()
set startedAt (DateTime? value)
inherited

The startedAt parameter is the startedAt of the cacl input.

Implementation

@TimestampOrNullConverter() DateTime? get startedAt;/// The [startedAt] parameter is the startedAt of the cacl input.
@TimestampOrNullConverter() set startedAt(DateTime? value);