isBase64 property

bool isBase64

isBase64 checks if the paramKey is suffixed by "64," indicating that the value is intended to be base64-URL-encoded.

Implementation

bool get isBase64 => endsWith('64');