StarTransactions constructor
StarTransactions({
- StarAmount? starAmount,
- required List<
StarTransaction> transactions, - required String nextOffset,
Implementation
StarTransactions({
this.starAmount,
required this.transactions,
required this.nextOffset,
});