constructorReference abstract method

ConstructorReference constructorReference({
  1. required ConstructorName constructorName,
})

Returns a newly created constructor reference.

Implementation

ConstructorReference constructorReference(
    {required ConstructorName constructorName});