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