StarTransaction constructor
StarTransaction({
- required String id,
- StarAmount? starAmount,
- required bool isRefund,
- required int date,
- StarTransactionType? type,
Implementation
StarTransaction({
required this.id,
this.starAmount,
required this.isRefund,
required this.date,
this.type,
});