createdAt property

DateTime get createdAt

Implementation

DateTime get createdAt =>
    DateTime.parse(originalJson['created_at'] as String);