updatedAt property

DateTime updatedAt

Implementation

DateTime get updatedAt =>
    DateTime.parse(originalJson['updated_at'] as String);