publicComment property

  1. @JsonKey.new(includeIfNull: false, name: 'public_comment')
String? publicComment
final

Public comment to include with the resolution

Implementation

@JsonKey(includeIfNull: false, name: 'public_comment')
final String? publicComment;