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