Frame class
Not part of public API
Constructors
- Frame.new(dynamic key, dynamic value, {int? length, int offset = -1})
- Not part of public API
- Frame.deleted(dynamic key, {int? length})
- Not part of public API
- Frame.lazy(dynamic key, {int? length, int offset = -1})
- Not part of public API
Properties
- deleted → bool
-
Not part of public API
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- key → dynamic
-
Not part of public API
final
- lazy → bool
-
Not part of public API
final
- length ↔ int?
-
Not part of public API
getter/setter pair
- offset ↔ int
-
Not part of public API
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
Not part of public API
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLazy(
) → Frame - Not part of public API
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override