SqliteUpdate class final

A data change notification from sqlite.

Constructors

SqliteUpdate(SqliteUpdateKind kind, String tableName, int rowId)

Properties

hashCode int
The hash code for this object.
no setteroverride
kind SqliteUpdateKind
The kind of write being reported.
final
rowId int
The id of the inserted, modified or deleted row.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
The table on which the update has happened.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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