isPoint property
bool
get
isPoint
Check if this is a point light
Implementation
bool get isPoint => type == ARLightType.point;
Check if this is a point light
bool get isPoint => type == ARLightType.point;