GetApplicationFeesResponse constructor
const
GetApplicationFeesResponse({
- required List<
ApplicationFee> data, - required bool hasMore,
- required String url,
PlatformEarningList
Implementation
const GetApplicationFeesResponse({
required this.data,
required this.hasMore,
required this.url,
});