NativeAppData.fromRawJson constructor

NativeAppData.fromRawJson(
  1. String str
)

Implementation

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