fromValue static method
Implementation
static AssetFileType fromValue(dynamic value) {
ensureInitialized();
return MapperContainer.globals.fromValue(value);
}
static AssetFileType fromValue(dynamic value) {
ensureInitialized();
return MapperContainer.globals.fromValue(value);
}