ResendListAudiencesResponse constructor

const ResendListAudiencesResponse({
  1. required List<ResendListAudiencesResponseAudience> audiences,
})

Constructor of ResendListAudiencesResponse

Implementation

const ResendListAudiencesResponse({required this.audiences});