SPSession constructor

SPSession({
  1. required String id,
  2. required String title,
})

Implementation

SPSession({
  required this.id,
  required this.title,
});