toLabel method

String toLabel(
  1. int? value
)

Implementation

String toLabel(int? value) {
  return toLabelOr(value, null);
}