SessionIoHeader constructor

const SessionIoHeader({
  1. String name = 'jagses',
})

Constructs a new SessionIoHeader

Implementation

const SessionIoHeader({this.name = 'jagses'});