Base64File class
Some endpoints returns files in base64 format.
This class helps to handle base64 files.
Constructors
- Base64File.new({required String base64})
- Base64File
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readBytes(
) → Uint8List - Read base64 content as bytes.
-
toString(
) → String -
A string representation of this object.
inherited
-
writeToFile(
String path) → Future< void> - Write base64 content to a file.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited