AssociateProductWithPortfolioOutput.fromJson constructor

AssociateProductWithPortfolioOutput.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory AssociateProductWithPortfolioOutput.fromJson(Map<String, dynamic> _) {
  return AssociateProductWithPortfolioOutput();
}