factory CheckfundLimitModel.fromJson(Map<String, dynamic> json) { return CheckfundLimitModel( responseCode: json['Response_Code'] ?? "", message: json['Message'] ?? "", ); }