IOSSdk.fromString constructor

IOSSdk.fromString(
  1. String type
)

The type of this IOSSdk.

This returns a stable string that can be used to construct a IOSSdk via IOSSdk.fromString.

Implementation

factory IOSSdk.fromString(String type) =>
    values.firstWhere((e) => e.type == type);