IscTimestamp class final

A Dart mapping for the native IscTimestamp structure.

Inheritance
Implemented types
Available extensions

Constructors

IscTimestamp()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
date int
The date part of the timestamp.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
The time part of the timestamp.
getter/setter pair

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

Static Methods

allocate(int date, int time) Pointer<IscTimestamp>
Allocates (in native memory) and initializes a new IscTimestamp structure.
free(Pointer<IscTimestamp> ptr) → void
Frees up memory occupied by the structure.