valueOf static method

StorageConfig_Type valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static StorageConfig_Type valueOf(String name) => _$valueOfStorageConfig_Type(name);