name property
String
get
name
Implementation
String get name {
switch (this) {
case SubscriptionEventType.OK:
return 'OK';
case SubscriptionEventType.NOT_AUTHORIZED:
return 'NOT_AUTHORIZED';
case SubscriptionEventType.LOST_MESSAGES:
return 'LOST_MESSAGES';
}
}