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

4 lines
43 B
Dart

class TransactionState {
String? uuid;
}