CancelDeeplinkResponse.fromJson constructor

CancelDeeplinkResponse.fromJson(
  1. String str
)

Implementation

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