WrapperSessionSdkInitializationResponseNotInitialized.fromRawJson constructor

WrapperSessionSdkInitializationResponseNotInitialized.fromRawJson(
  1. String str
)

Implementation

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