toValue method
Implementation
String toValue() {
switch (this) {
case LoggerType.fileSystem:
return 'FileSystem';
case LoggerType.awsCloudWatch:
return 'AWSCloudWatch';
}
}
String toValue() {
switch (this) {
case LoggerType.fileSystem:
return 'FileSystem';
case LoggerType.awsCloudWatch:
return 'AWSCloudWatch';
}
}