isNamed property

bool get isNamed

RU: Метод проверяет именован экземпляр или нет. ENG: The method checks whether the instance is named or not.

return bool

Implementation

bool get isNamed => _isNamed;