toAccessEndpointType method
Implementation
AccessEndpointType toAccessEndpointType() {
switch (this) {
case 'STREAMING':
return AccessEndpointType.streaming;
}
throw Exception('$this is not known in enum AccessEndpointType');
}
AccessEndpointType toAccessEndpointType() {
switch (this) {
case 'STREAMING':
return AccessEndpointType.streaming;
}
throw Exception('$this is not known in enum AccessEndpointType');
}