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