DateTimeDataField class

Inheritance

Constructors

DateTimeDataField()

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotNull bool
no setterinherited
isNull bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → Option<DateTime>
no setteroverride

Methods

clear() → void
inherited
getProtoValue() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(dynamic v) → void
override
toJsonValue() String
override
toProto3Json() → Option<Map<String, dynamic>>
inherited
toString() String
A string representation of this object.
inherited
tryGetValue(bool fn(dynamic value)) bool
inherited

Operators

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