Binary class

Contains all relevant binary information

Constructors

Binary({required String value, required String? mediaType, required String? encoding})

Properties

encoding String?
The encoding type like BASE64
final
hashCode int
The hash code for this object.
no setterinherited
mediaType String?
The media like image/png
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The data in textual form
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited