submittedAt property

DateTime? submittedAt
final

When the current (or last) run was submitted — the moment mutate was called, read from package:clock. null before the first run.

Implementation

final DateTime? submittedAt;