FourdgsAttachment class
Opcode 0x0D. Arbitrary payloads — thumbnails, provenance, licences.
Attachments are NOT the mechanism for audio; audio has its own record
because it is a first-class part of the scene.
Constructors
- FourdgsAttachment({required String name, required String mediaType, required Uint8List data})
-
const
Properties
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
Static Methods
-
parse(
Uint8List content) → FourdgsAttachment