toImageActionType method
Implementation
ImageActionType toImageActionType() {
switch (this) {
case 'EXPIRE':
return ImageActionType.expire;
}
throw Exception('$this is not known in enum ImageActionType');
}
ImageActionType toImageActionType() {
switch (this) {
case 'EXPIRE':
return ImageActionType.expire;
}
throw Exception('$this is not known in enum ImageActionType');
}