operator [] method

  1. @override
String? operator [](
  1. covariant int? key
)
inherited

Fetch an entry by subtag Shouldn't override

Implementation

@override
String? operator [](covariant int? key) => _internal[key];