getLabelZoomTo method

Future<num?> getLabelZoomTo()

Get the label's zoom to value

Implementation

Future<num?> getLabelZoomTo() =>
    DisplayRulePlatform.instance.getLabelZoomTo(id);