ObslyEvent class

Class that represents an Obsly event according to the OpenAPI specification

Constructors

ObslyEvent({required String installationId, required DateTime timestamp, required String sessionId, required int sequence, required int type, String? executionId, String? eventId, String? name, ObslyEventExtra? extra, bool bg = false, String? processStep})
ObslyEvent.fromJson(Map<String, dynamic> json)
factory

Properties

bg bool
final
eventId String
final
executionId String?
final
extra ObslyEventExtra?
final
hashCode int
The hash code for this object.
no setterinherited
installationId String
final
name String?
final
processStep String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
final
sessionId String
final
timestamp DateTime
final
type int
final

Methods

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

Operators

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