className property

String? className
final

If this instructions object originated from a function then className would contain name of the class owning that function.

Implementation

final String? className;