reason property

String? reason

Property getter and setter for reason:

Implementation

String? get reason;
void reason=(String? reason)

Implementation

set reason(String? reason);