ascending property

  1. @JsonKey(name: r'ascending', required: false, includeIfNull: false)
bool? ascending
final

Implementation

@JsonKey(

  name: r'ascending',
  required: false,
  includeIfNull: false
)


final bool? ascending;