toCopyOption method
Implementation
CopyOption toCopyOption() {
switch (this) {
case 'CopyTags':
return CopyOption.copyTags;
}
throw Exception('$this is not known in enum CopyOption');
}
CopyOption toCopyOption() {
switch (this) {
case 'CopyTags':
return CopyOption.copyTags;
}
throw Exception('$this is not known in enum CopyOption');
}