fromValue static method

WorldOperationMode fromValue(
  1. dynamic value
)

Implementation

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