publicComment property

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

Implementation

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