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