hasBase64Padding property

bool hasBase64Padding

hasBase64Padding checks if the paramKey is suffixed by "=.

In base64, '=' are added to the end of the encoding as padding.

Implementation

bool get hasBase64Padding => endsWith('=');