DataSheet class

Constructors

DataSheet({required String title, required BehaviorSubject<BaseObject?> subject, required Widget child, required BehaviorSubject<Pair<bool, Map<String, dynamic>>> formSubject, required dynamic onCreate(Map<String, dynamic>), required dynamic onUpdate(BaseObject, Map<String, dynamic>), required dynamic onDelete(BaseObject)})

Properties

child Widget
final
formSubject → BehaviorSubject<Pair<bool, Map<String, dynamic>>>
final
hashCode int
The hash code for this object.
no setterinherited
onCreate → dynamic Function(Map<String, dynamic>)
final
onDelete → dynamic Function(BaseObject)
final
onUpdate → dynamic Function(BaseObject, Map<String, dynamic>)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject → BehaviorSubject<BaseObject?>
final
title String
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