total property

  1. @JsonKey(name: 'Comments')
int total
final

The total number of comments

Implementation

@JsonKey(name: 'Comments')

/// The total number of comments
final int total;