isPrivate property

  1. @JsonKey(name: 'isPrivate')
bool get isPrivate
inherited

Whether the comment is private

Implementation

@JsonKey(name: 'isPrivate')
bool get isPrivate => throw _privateConstructorUsedError;