GetDeeplinkStatusResponse.fromJson constructor

GetDeeplinkStatusResponse.fromJson(
  1. String str
)

Implementation

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