base64 property

String? base64
getter/setter pair

The base64 string of the file.

Note: This includes identifying data (e.g. data:image/jpeg;base64,) at the beginning. To strip this out, use FileUpload().base64.split(",")1.

Implementation

String? base64;