WrapperSessionSdkInitializationCacheConfig.fromRawJson constructor

WrapperSessionSdkInitializationCacheConfig.fromRawJson(
  1. String str
)

Implementation

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