isDawInvitation property

bool get isDawInvitation

Check if this is a DAW collaboration invitation.

Implementation

bool get isDawInvitation => id.contains('_daw_') && eventId.isNotEmpty && gameRequestType == null;