SessionExpiredException constructor

const SessionExpiredException([
  1. String message = 'Session has expired.'
])

Implementation

const SessionExpiredException([this.message = 'Session has expired.']);