FbQuad class

A Dart representation of an IscQuad native structure.

Objects of this class can be safely passed between isolates.

Implementers

Constructors

FbQuad.new(int quadHigh, int quadLow)
The default constructor.
FbQuad.fromIscQuad(Pointer<IscQuad> quad)
Constructs an FbQuad with data from a native IscQuad structure.

Properties

hashCode int
The hash code for this object.
no setterinherited
quadHigh int
The high word of the quad.
getter/setter pair
quadLow int
The low word of the quad.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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