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
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