isHidden property

bool? get isHidden

Whether the selection is hidden.

Implementation

bool? get isHidden => payload['is_hidden'];