Session constructor

Session({
  1. required String token,
})

Implementation

Session({required this.token}) : super.fromJson({});