newestCommentTime property

  1. @JsonKey.new(name: 'newest_comment_time')
DateTime? get newestCommentTime
inherited

Implementation

@JsonKey(name: 'newest_comment_time')
DateTime? get newestCommentTime => throw _privateConstructorUsedError;