UserExtension class

Base class for any unknown user extensions

Inheritance

Constructors

UserExtension(int type, List<int> _data)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the extension, more for debugging purposes
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
The type id of the extension
finalinherited

Methods

data() List<int>
The binary data part of the extension
override
length() int
The length, in bytes of the announcement data part
override
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