commentView property

  1. @JsonKey.new(name: 'comment_view')
CommentView? get commentView
inherited

Implementation

@JsonKey(name: 'comment_view')
CommentView? get commentView => throw _privateConstructorUsedError;