PreciseDateTimeConverter class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromSql(int fromDb)
→ PreciseDateTime
-
Maps a column from the database back to Dart.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toSql(PreciseDateTime value)
→ int
-
Map a value from an object in Dart into something that will be understood
by the database.
override
-
toString()
→ String
-
A string representation of this object.
inherited