StartDeeplinkResponse.fromJson constructor

StartDeeplinkResponse.fromJson(
  1. String str
)

Implementation

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