Session constructor

Session({
  1. SessionHandle? handle,
  2. required bool isTransaction,
})

Constructs an instance of Session.

Implementation

Session({this.handle, required this.isTransaction});