base64Length property
int
get
base64Length
Gets the length of the Base64 string
Implementation
int get base64Length => base64String.length;
Gets the length of the Base64 string
int get base64Length => base64String.length;