FoundAffiliatePrograms constructor
FoundAffiliatePrograms({
- required int totalCount,
- required List<
FoundAffiliateProgram> programs, - required String nextOffset,
Implementation
FoundAffiliatePrograms({
required this.totalCount,
required this.programs,
required this.nextOffset,
});