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

3 lines
42 B
Dart

class TransactionState {
String? uuid;
}