ConfDateTime class

A ConfScalar that loads a DateTime value.

Inheritance

Constructors

ConfDateTime()

Properties

children List<ConfigurationSchemaNode>
The children of this node.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
parent ConfigurationSchemaNode?
The parent node, or null if this is the root node.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String
The name of the type that this scalar loads.
finalinherited

Methods

load(ConfigurationSource source, ConfigurationKey? key) Future<DateTime>
Loads the configuration value defined by this schema node at the key prefix from the given source.
inherited
loadValue(Object? value) DateTime
Loads a value of this scalar's type from the given value.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String value) DateTime
Parses a value of this scalar's type from the given string value.
inherited
toString() String
A string representation of this object.
inherited

Operators

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