isCanShare property

bool? get isCanShare

Is it possible to share the survey?

Implementation

bool? get isCanShare => payload['can_share'];