isFull method

bool isFull()

Returns true if the JID is full.

Implementation

bool isFull() => resource.isNotEmpty;