DelegatedType constructor

DelegatedType(
  1. DartType type,
  2. String? _factory
)

Implementation

DelegatedType(this.type, this._factory);