operator [] method

Future<String?> operator [](
  1. String name
)

Implementation

Future<String?> operator [](String name) => _getAttribute(name);