custom static method

LabeledReference custom(
  1. String label
)

Creates a custom LabeledReference of any object.

Implementation

static LabeledReference custom(String label) {
  return _CustomLabeledReference(label);
}