constructorInvocation property
ConstructorInvocation?
get
constructorInvocation
If this object was created by invoking a const constructor, information
about how the const constructor was invoked; otherwise null
.
Implementation
ConstructorInvocation? get constructorInvocation;