OpenSession constructor

OpenSession({
  1. required StoreHandle store,
  2. required bool isTransaction,
  3. String? profile,
})

Constructs an instance of OpenSession.

Implementation

OpenSession({required this.store, required this.isTransaction, this.profile});