reason property

String? get reason

Implementation

String? get reason => _$this._reason;
set reason (String? reason)

Implementation

set reason(String? reason) => _$this._reason = reason;