type property Null safety

  1. @JsonKey(unknownEnumValue: BreakType.UNKNOWN)
BreakType type
read / write

Detected break type.

Implementation

@JsonKey(unknownEnumValue: BreakType.UNKNOWN)
BreakType type;