hasUser property

bool hasUser

Return true if there is a LinkFive user saved

Implementation

bool get hasUser => _linkFiveUUID?.isNotEmpty == true;