isPoint property

bool get isPoint

Check if this is a point light

Implementation

bool get isPoint => type == ARLightType.point;