committedDate property

DateTime committedDate

Implementation

DateTime get committedDate =>
    DateTime.parse(originalJson['committed_date'] as String);