toData method

Implementation

CommunityPoolSpendProposalDataArgs toData() {
  return CommunityPoolSpendProposalDataArgs(
      title, description, recipient, CoinsExtensions.toData(amount));
}