Frame class Null safety

Inheritance

Constructors

Frame({int? index, FuncRef? function, CodeRef? code, SourceLocation? location, List<BoundVariable>? vars, String? kind})

Properties

code CodeRef?
optional">@optionalread / write
function FuncRef?
optional">@optionalread / write
hashCode int
The hash code for this object.
read-onlyinherited
index int?
read / write
json Map<String, dynamic>?
read / writeinherited
kind String?
optional">@optionalread / write
location SourceLocation?
optional">@optionalread / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type String
read-onlyoverride
vars List<BoundVariable>?
optional">@optionalread / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(Map<String, dynamic>? json) Frame?
override