FutureCallEntryTable class
Properties
-
columns
→ List<Column>
-
List of
Column
used by the table.
no setteroverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ ColumnInt
-
The database id, set if the object has been inserted into the
database or if it has been fetched from the database. Otherwise,
the id will be null.
final
-
identifier
→ ColumnString
-
An optional identifier which can be used to cancel the call.
final
-
name
→ ColumnString
-
Name of the future call. Used to find the correct method to call.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
serializedObject
→ ColumnString
-
The serialized object, used as a parameter to the call.
final
-
serverId
→ ColumnString
-
The id of the server where the call was created.
final
-
tableName
→ String
-
Name of the table as used in the database.
finalinherited
-
time
→ ColumnDateTime
-
Time to execute the call.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited