factory ProofOfFundsStatus.fromJson(Map<String, dynamic> json) { return ProofOfFundsStatus( status: json['status'], message: json['message'], ); }