BufferConstants class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

BufferConstants()

Properties

hashCode int
The hash code for this object.
no setterinherited
MAX_LENGTH int
On 32-bit architectures, this value is (2^30)-1 (~1GB). On 64-bit architectures, this value is (2^31)-1 (~2GB).
no setter
MAX_STRING_LENGTH int
Represents the largest length that a string primitive can have, counted in UTF-16 code units.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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