WrapperSessionSdkInitializationResponseInitialized.fromRawJson constructor
WrapperSessionSdkInitializationResponseInitialized.fromRawJson(
- String str
Implementation
factory WrapperSessionSdkInitializationResponseInitialized.fromRawJson(
String str) =>
WrapperSessionSdkInitializationResponseInitialized.fromJson(
json.decode(str));