Dur class abstract

A field with value of a Duration? type.

Inheritance

Constructors

Dur(String name, Duration? value)
const
factory
Dur.lazy(String name, ValueProducer<Duration?> producer)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kind FieldKind
Kind of field's value, used to determine Field.value type without runtime lookups.
no setterinherited
name String
Name of this field (a key).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Duration?
Value of this field.
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