toValue method
Implementation
String toValue() {
switch (this) {
case InputDeviceTransferType.outgoing:
return 'OUTGOING';
case InputDeviceTransferType.incoming:
return 'INCOMING';
}
}
String toValue() {
switch (this) {
case InputDeviceTransferType.outgoing:
return 'OUTGOING';
case InputDeviceTransferType.incoming:
return 'INCOMING';
}
}