entityDef<T> method

EntityDefinition<T> entityDef <T>()

Implementation

EntityDefinition<T> entityDef<T>() {
  return defs.bindings[T];
}