OpenSession constructor
- required StoreHandle store,
- required bool isTransaction,
- String? profile,
Constructs an instance of OpenSession.
Implementation
OpenSession({required this.store, required this.isTransaction, this.profile});
Constructs an instance of OpenSession.
OpenSession({required this.store, required this.isTransaction, this.profile});