comments property

  1. @JsonKey.new(name: '_comment_')
List<String>? comments
final

Implementation

@JsonKey(name: '_comment_')
final List<String>? comments;