circular property

bool? circular

Property getter and setter for circular:

Implementation

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

Implementation

set circular(bool? circular);