cancelOnError property

bool cancelOnError
final

If cancelOnError is true, the subscription is automatically canceled when the first error event is delivered. The default is false.

Implementation

final bool cancelOnError;