TypeId.fromType constructor
TypeId.fromType(
- Type type
Creates a type id from type.
Implementation
factory TypeId.fromType(Type type) => TypeId(type.toString());
Creates a type id from type.
factory TypeId.fromType(Type type) => TypeId(type.toString());