isOrderedBy property

  1. @JsonKey.new(name: 'IsOrderedBy', includeIfNull: false)
bool? isOrderedBy
final

Implementation

@JsonKey(name: 'IsOrderedBy', includeIfNull: false)
final bool? isOrderedBy;