named method

Object? named(
  1. String label
)

Implementation

Object? named(String label) => this[labelToIndex(label)];