ReflectedParameter constructor

const ReflectedParameter(
  1. String name,
  2. List<ReflectedInstance?>? annotations,
  3. ReflectedType? type,
  4. bool isRequired,
  5. bool isNamed,
)

Implementation

const ReflectedParameter(this.name, this.annotations, this.type, this.isRequired, this.isNamed);