isClosed property

bool? get isClosed

Whether the survey is completed.

Implementation

bool? get isClosed => payload['closed'];