BagelEvent class

Constructors

BagelEvent({String? trigger, String? collectionID, String? organization, dynamic item, String? projectID, required List data, String? itemID})
BagelEvent.fromPayload(dynamic response, List data)
factory

Properties

collectionID String?
getter/setter pair
data List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
item ↔ dynamic
getter/setter pair
itemID String?
getter/setter pair
organization String?
getter/setter pair
projectID String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trigger String?
getter/setter pair

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