InternalizedStringTable class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
lookup(ByteData byteData, StringEncoding encoding, StringLocation location, Object? relatedKey)
→ String
-
Use the specified {@code byteBuffer} and its {@code encoding} to find a string in the string table,
if it exists, return its reference, if not, constructs a new one.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
release()
→ void
-
override
-
toString()
→ String
-
A string representation of this object.
inherited