thisNativeValue property

dynamic thisNativeValue

内部定义类的实例在运行时可能添加了VmValue包装,这个方法用来读取原生this值

Implementation

dynamic get thisNativeValue => this;