hasException property

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

Implementation

@JsonKey(name: 'HasException', includeIfNull: false)
final bool? hasException;