value property
String
get
value
Implementation
String get value {
switch(this) {
case RadarrImportMode.COPY: return 'copy';
case RadarrImportMode.MOVE: return 'move';
}
}
String get value {
switch(this) {
case RadarrImportMode.COPY: return 'copy';
case RadarrImportMode.MOVE: return 'move';
}
}