instance property
CommonStorage?
get
instance
Implementation
static CommonStorage? get instance {
if (_instance == null) {
_instance = CommonStorage._();
}
return _instance;
}
static CommonStorage? get instance {
if (_instance == null) {
_instance = CommonStorage._();
}
return _instance;
}