debugToMap method

Map<T, K>? debugToMap()

Implementation

Map<T, K>? debugToMap() {
  if (!kReleaseMode) {
    return Map.from(_storage);
  }
}