GetSourcesSourceSourceTransactionsResponse constructor
const
GetSourcesSourceSourceTransactionsResponse({
- required List<
SourceTransaction> data, - required bool hasMore,
- required String url,
ApmsSourcesSourceTransactionList
Implementation
const GetSourcesSourceSourceTransactionsResponse({
required this.data,
required this.hasMore,
required this.url,
});