Data.fromJson constructor

Data.fromJson(
  1. dynamic json
)

Implementation

Data.fromJson(dynamic json) {
  _webviewUrl = json['webview_url'];
  _uniqueTxnId = json['unique_txn_id'];
}