instance property
RubyRuntimePlatform
get
instance
Implementation
static RubyRuntimePlatform get instance => _instance;
set
instance
(RubyRuntimePlatform instance)
Implementation
static set instance(RubyRuntimePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}