createdAt property

  1. @JsonKey(name: 'created_at')
DateTime createdAt
final

The UTC ISO 8601 time at which the comment was left.

Implementation

@JsonKey(name: 'created_at')
final DateTime createdAt;