toValue method
Implementation
String toValue() {
  TransitionTypeMapper.ensureInitialized();
  return MapperContainer.globals.toValue<TransitionType>(this) as String;
}
String toValue() {
  TransitionTypeMapper.ensureInitialized();
  return MapperContainer.globals.toValue<TransitionType>(this) as String;
}