FrameIdentifier class

Constructors

FrameIdentifier(FrameName _frameName, int _v10Length, int _v11Length, String? _v22Name, String? _v23Name, String? _v24Name, FrameType _frameType)

Properties

frameName FrameName
no setter
frameType FrameType
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v10Length int
no setter
v11Length int
no setter
v22Name String?
no setter
v23Name String?
no setter
v24Name String?
no setter

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 ==(Object other) bool
The equality operator.
inherited