toString method

  1. @override
String toString()
override

The type of this IOSSdk.

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

Implementation

@override
String toString() => type;