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