TypeInfo constructor

TypeInfo(
  1. TypeMap typeMap,
  2. DartType type,
  3. DiConfig config, {
  4. List<TypeInfo> typeArguments = const [],
})

Implementation

TypeInfo(
  this.typeMap,
  this.type,
  this.config, {
  this.typeArguments = const [],
});