excludeConsigned property

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

Implementation

@JsonKey(name: 'ExcludeConsigned', includeIfNull: false)
final bool? excludeConsigned;