startedAt property
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;
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);