GetApplicationFeesResponse constructor

const GetApplicationFeesResponse({
  1. required List<ApplicationFee> data,
  2. required bool hasMore,
  3. required String url,
})

PlatformEarningList

Implementation

const GetApplicationFeesResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});