WrapperSessionSdkInitializationResponseInitialized.fromRawJson constructor

WrapperSessionSdkInitializationResponseInitialized.fromRawJson(
  1. String str
)

Implementation

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