exceptionsOnly property

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

Implementation

@JsonKey(name: 'ExceptionsOnly', includeIfNull: false)
final bool? exceptionsOnly;