TokenException constructor Null safety

TokenException(
  1. {String? prefix,
  2. required String cause}
)

Implementation

TokenException({ this.prefix, required this.cause });