isSkippable property

bool? isSkippable

Property getter and setter for isSkippable:

Implementation

bool? get isSkippable;
void isSkippable=(bool? isSkippable)

Implementation

set isSkippable(bool? isSkippable);