toValue method
Implementation
String toValue() {
switch (this) {
case SnapshotType.auto:
return 'Auto';
case SnapshotType.manual:
return 'Manual';
}
}
String toValue() {
switch (this) {
case SnapshotType.auto:
return 'Auto';
case SnapshotType.manual:
return 'Manual';
}
}