Information class
A class representing information in a CAF file.
Constructors
- Information({required String key, required String value})
Properties
Methods
-
encode(
) → Uint8List - Encodes the information 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