VoiceActivityType.from constructor

VoiceActivityType.from(
  1. String? value
)

Creates instance of GuildFeature from value.

Implementation

VoiceActivityType.from(String? value) : super(value ?? "");