finishedAt property

DateTime get finishedAt

Implementation

DateTime get finishedAt =>
    DateTime.parse(originalJson['finished_at'] as String);