TokenWarningState constructor
const
TokenWarningState({})
Implementation
const TokenWarningState({
required this.percentLeft,
required this.isAboveWarningThreshold,
required this.isAboveErrorThreshold,
required this.isAboveAutoCompactThreshold,
required this.isAtBlockingLimit,
});