toStringValue method
Implementation
String toStringValue() {
switch(this) {
case FileType.documentPhoto:
return 'documentPhoto';
case FileType.video:
return 'video';
case FileType.shotSet:
return 'shotSet';
}
}
String toStringValue() {
switch(this) {
case FileType.documentPhoto:
return 'documentPhoto';
case FileType.video:
return 'video';
case FileType.shotSet:
return 'shotSet';
}
}