of<T> static method

T of<T>(
  1. String id
)

Implementation

static T of<T>(String id) {
  return _networks[id] as T;
}