commentId property

  1. @JsonKey.new(name: 'comment_id')
int? get commentId
inherited

Implementation

@JsonKey(name: 'comment_id')
int? get commentId => throw _privateConstructorUsedError;