factory DrSolver.fromJson(Map<String, dynamic> data) { return DrSolver( address: data['address'], amount: data['amount'], ); }