Base64File class

Some endpoints returns files in base64 format.

This class helps to handle base64 files.

Constructors

Base64File.new({required String base64})
Base64File

Properties

base64 String
Base64 content
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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