isBoard property

bool? get isBoard

Whether the survey is attached to the discussion.

Implementation

bool? get isBoard => payload['is_board'];