NetCoreSyncKnowledge class

The Moor's Row Class for NetCoreSyncKnowledges table.

(This class is used internally, no need to use it directly)

Constructors

NetCoreSyncKnowledge()
NetCoreSyncKnowledge.fromDb({required String id, required String syncId, required bool local, required int lastTimeStamp, required String meta})
NetCoreSyncKnowledge.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
lastTimeStamp int
getter/setter pair
local bool
getter/setter pair
meta String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncId String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toColumns(bool nullToAbsent) Map<String, Expression>
Converts this object into a map of column names to expressions to insert or update.
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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