StarTransactions constructor
const
StarTransactions({
- required List<
StarTransaction> transactions,
Creates a new StarTransactions object.
Implementation
const StarTransactions({
required this.transactions,
});