plainLength property
int
get
plainLength
Model size in bytes once decrypted.
Implementation
int get plainLength => sealed.length - tagLength;
Model size in bytes once decrypted.
int get plainLength => sealed.length - tagLength;