Decoded class

Decoded Output Model

Constructors

Decoded({required String prefix, required Uint8List words, int limit = 90})

Properties

hashCode int
The hash code for this object.
no setteroverride
limit int
getter/setter pair
prefix String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
words Uint8List
getter/setter pair

Methods

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

Operators

operator ==(covariant Decoded other) bool
The equality operator.
override