emptyLabel property

String? get emptyLabel

Implementation

String? get emptyLabel => _emptyLabelFcn != null ? _emptyLabelFcn!() : null;