isSingeltone property

bool get isSingeltone

RU: Метод проверяет сингелтон экземпляр или нет. ENG: The method checks the singleton instance or not.

return bool

Implementation

bool get isSingeltone => _isSingeltone;