WrapperSessionSdkInitializationResponseNotInitialized.fromJson constructor

WrapperSessionSdkInitializationResponseNotInitialized.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WrapperSessionSdkInitializationResponseNotInitialized.fromJson(Map<String, dynamic> json) => WrapperSessionSdkInitializationResponseNotInitialized(
    lastError: json["lastError"],
);