Cause class

Implemented types

Constructors

Cause({String? name, String? pos, String? text, Uint8List? buff})

Properties

buff Uint8List?
Cause stack
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
name String?
Cause name
getter/setter pairoverride-getter
pos String?
Cause position
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Cause descriptor
getter/setter pairoverride-getter

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