TokenException constructor

const TokenException([
  1. String message = ""
])

Implementation

const TokenException([this.message = ""]);