base64Length property

int get base64Length

Gets the length of the Base64 string

Implementation

int get base64Length => base64String.length;