CAFStringsChunk class

A class representing a strings chunk in a CAF file.

Constructors

CAFStringsChunk({required int numEntries, required List<Information> strings})

Properties

hashCode int
The hash code for this object.
no setterinherited
numEntries int
The number of entries in the strings chunk.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strings List<Information>
The list of information strings in the strings chunk.
final

Methods

encode() Uint8List
Encodes the strings chunk to a Uint8List.
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