interrupted property

  1. @JsonKey.new(name: 'interrupted', defaultValue: false)
bool? interrupted
final

Implementation

@JsonKey(name: 'interrupted', defaultValue: false)
final bool? interrupted;