CorruptTokenDataException.withValue constructor

const CorruptTokenDataException.withValue(
  1. Map<String, dynamic>? value, [
  2. String? message
])

Creates a CorruptTokenDataException object that includes the value that triggered this exception.

Implementation

const CorruptTokenDataException.withValue(this.value, [this.message]);