toValue method
Implementation
String toValue() {
switch (this) {
case InvocationType.event:
return 'Event';
case InvocationType.requestResponse:
return 'RequestResponse';
}
}
String toValue() {
switch (this) {
case InvocationType.event:
return 'Event';
case InvocationType.requestResponse:
return 'RequestResponse';
}
}