factory ClientStatementData.fromJson(Map<String, dynamic> json) { return ClientStatementData( file: json["file"], statement: json["statement"], ); }