newInstance property

NewInstanceCreator? newInstance
final

Function to create a new instance of type Object.

This function is used internally by the RuntimeResolver to instantiate objects without dart:mirrors.

See NewInstanceCreator for details.

Implementation

final NewInstanceCreator? newInstance;