BasicDateTimeFormatter class

Constructors

BasicDateTimeFormatter()
factory

Properties

dateFormatter String
no setter
dateInputFormatter TextInputFormatter
no setter
dateTimeFormatter String
no setter
dateTimeInputFormatter TextInputFormatter
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeFormatter String
no setter
timeInputFormatter TextInputFormatter
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDateFormatter(String value) → void
setDateInputFormatter(TextInputFormatter value) → void
setDateTimeFormatter(String value) → void
setDateTimeInputFormatter(TextInputFormatter value) → void
setTimeFormatter(String value) → void
setTimeInputFormatter(TextInputFormatter value) → void
toString() String
A string representation of this object.
inherited

Operators

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