getLabel method

Future<String?> getLabel()

Get the label string

Implementation

Future<String?> getLabel() =>
    DisplayRulePlatform.instance.getLabel(id);