isSpot property

bool get isSpot

Check if this is a spot light

Implementation

bool get isSpot => type == ARLightType.spot;