comment property

  1. @JsonKey(name: 'Comment')
Comment? comment
final

The comment returned, null when there is an error

Implementation

@JsonKey(name: 'Comment')

/// The comment returned, null when there is an error
final Comment? comment;