aman-satu-flutter/lib/core/models/flow/transaction_state.dart

5 lines
65 B
Dart

class TransactionState {
String? uuid;
int? transactionId;
}