MockHttpSession constructor

MockHttpSession({
  1. required String id,
})

Implementation

MockHttpSession({required this.id});