tm class Null safety

Inheritance

Constructors

tm()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tm_gmtoff int
@ffi.Int64(), read / write
tm_hour int
@ffi.Int32(), read / write
tm_isdst int
@ffi.Int32(), read / write
tm_mday int
@ffi.Int32(), read / write
tm_min int
@ffi.Int32(), read / write
tm_mon int
@ffi.Int32(), read / write
tm_sec int
@ffi.Int32(), read / write
tm_wday int
@ffi.Int32(), read / write
tm_yday int
@ffi.Int32(), read / write
tm_year int
@ffi.Int32(), read / write
tm_zone Pointer<Int8>
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited