DateTimeValue class
- Inheritance
-
- Object
- ValueObject<
DateTime?> - DateTimeValue
Constructors
- DateTimeValue.new({DateTime? defaultValue, bool isRequired = false, DateTime? maxValue, DateTime? minValue})
Properties
- defaultValue → DateTime?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRequired → bool
-
finalinherited
- maxValue → DateTime?
-
final
- minValue → DateTime?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → DateTime?
-
no setterinherited
- valueFormated → String
-
no setteroverride
- valueShadowed → String
-
no setterinherited
Methods
-
doParse(
String? parseValue) → DateTime? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String? parseValue) → DateTime? -
inherited
-
parseValueTry(
String? newValue) → String -
inherited
-
set(
DateTime? newValue) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryParse(
String? parseValue) → DateTime? -
inherited
-
validate(
String? newValue) → void -
override
-
validator(
String? newValue) → String? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited