reasonPin property

ReasonPin? get reasonPin

Implementation

ReasonPin? get reasonPin => isReasonPin ? data as ReasonPin : null;