kind property

  1. @override
PlayerNotificationKind get kind
override

Returns the PlayerNotificationKind of this PlayerNotification.

Implementation

@override
PlayerNotificationKind get kind => PlayerNotificationKind.error;