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