reason property

String? get reason

An optional string describing the reason for the cancellation. This MAY be logged or presented to the user.

Implementation

String? get reason => _value['reason'] as String?;