operator [] method

Module<C>? operator [](
  1. String module
)

Implementation

Module<C>? operator [](String module) => _modules[module];