loaded method

void loaded(
  1. String key,
  2. T value
)

Implementation

void loaded(String key, T value) {
  inner[key] = value.ffLoaded;
}