getModule method

Map<String, String>? getModule(
  1. String module
)

Get stats for a specific module, or null if not registered.

Implementation

Map<String, String>? getModule(String module) => _stats[module];