getByType static method
Implementation
static String getByType(BroadcastEventType type) {
return BroadcastEventType.values.firstWhere((x) => x == type).value;
}
static String getByType(BroadcastEventType type) {
return BroadcastEventType.values.firstWhere((x) => x == type).value;
}