GetDeeplinkStatusResponse.fromJson constructor
GetDeeplinkStatusResponse.fromJson(
- String str
Implementation
factory GetDeeplinkStatusResponse.fromJson(String str) => GetDeeplinkStatusResponse.fromMap(json.decode(str));