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