comment property

  1. @JsonKey(name: 'comment')
String? comment
getter/setter pair

Implementation

@JsonKey(name:'comment')
String? comment;