ReflectionInfo([List annotations, List<List> parameters, Function factory, List interfaces, Map<String, List> propMetadata ])

Source

ReflectionInfo(
    [this.annotations,
    this.parameters,
    this.factory,
    this.interfaces,
    this.propMetadata]);