Token copyWith({ TokenType? tokenType, String? data, }) { return Token( tokenType: tokenType ?? this.tokenType, data: data ?? this.data, ); }