isCanEdit property

bool? get isCanEdit

Is it possible to edit the survey?

Implementation

bool? get isCanEdit => payload['can_edit'];