precise property Null safety

int? precise
read / write

是否是精准查找,1为精确查找,即准确打点,0为不精确,即模糊打点

Implementation

int? precise;