factory SendData.fromJson(Map<String, dynamic> json) => SendData(amount: json['amount'], address: json['address']);