DatabaseSubscriptionOptions<T> class

Database subscription options with type safety

Constructors

DatabaseSubscriptionOptions({required DatabaseTable table, List<String>? fields, DatabaseFilter? filter, DatabaseInsertHandler<T>? onInsert, DatabaseUpdateHandler<T>? onUpdate, DatabaseDeleteHandler? onDelete})
const

Properties

fields List<String>?
final
filter DatabaseFilter?
final
hashCode int
The hash code for this object.
no setterinherited
onDelete DatabaseDeleteHandler?
final
onInsert DatabaseInsertHandler<T>?
final
onUpdate DatabaseUpdateHandler<T>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table DatabaseTable
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

Operators

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