hasName property

bool get hasName

Does this message have an assigned name.

Implementation

bool get hasName => _name != null;