DeleteSessionView constructor

const DeleteSessionView({
  1. Key? key,
  2. List<RxSession> sessions = const [],
  3. bool exceptCurrent = false,
})

Implementation

const DeleteSessionView({
  super.key,
  this.sessions = const [],
  this.exceptCurrent = false,
});