DatasetTableWatchEvent class
Constructors
-
DatasetTableWatchEvent({required String kind, required DatasetTableWatchPhase phase, ArrowRecordBatch? batch, String? changeType, int? version, int? beginVersion, int? endVersion, List<Map<String, Object?>>? transactions, String? deletePredicate, Map<String, Object?>? transaction})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited