isUnicast property

bool isUnicast

Convenience accessor to determine whether the question type is unicast.

Implementation

bool get isUnicast => questionType == QuestionType.unicast;