factory CreateProposalOutput.fromJson(Map<String, dynamic> json) { return CreateProposalOutput( proposalId: json['ProposalId'] as String?, ); }