FoundAffiliatePrograms constructor

FoundAffiliatePrograms({
  1. required int totalCount,
  2. required List<FoundAffiliateProgram> programs,
  3. required String nextOffset,
})

Implementation

FoundAffiliatePrograms({
  required this.totalCount,
  required this.programs,
  required this.nextOffset,
});