Session constructor
- SessionHandle? handle,
 - required bool isTransaction,
 
Constructs an instance of Session.
Implementation
Session({this.handle, required this.isTransaction});
Constructs an instance of Session.
Session({this.handle, required this.isTransaction});