IOSSdk.fromString constructor
IOSSdk.fromString(
- 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);