totalRows property

  1. @JsonKey.new(name: 'TotalRows', includeIfNull: false)
int? totalRows
final

Implementation

@JsonKey(name: 'TotalRows', includeIfNull: false)
final int? totalRows;