ReflectedType constructor

const ReflectedType(
  1. String name,
  2. List<ReflectedTypeParameter> typeParameters,
  3. Type reflectedType
)

Implementation

const ReflectedType(this.name, this.typeParameters, this.reflectedType);