value property
String
get
value
Implementation
String get value {
switch (this) {
case RTCRtcpMuxPolicy.require:
return 'require';
}
}
String get value {
switch (this) {
case RTCRtcpMuxPolicy.require:
return 'require';
}
}