startedAt property

DateTime get startedAt

Implementation

DateTime get startedAt =>
    DateTime.parse(originalJson['started_at'] as String);