fromValue static method

TransitionType fromValue(
  1. dynamic value
)

Implementation

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