Event class

Annotations

Constructors

Event(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, List<String>? completedUrls, String? description, List<String>? pendingUrls, Map<String, dynamic>? previousAttributes, Map<String, dynamic>? result, String? status, String? userId)
Event.fromJson(Map<String, dynamic> input)
factory

Properties

completedUrls List<String>?
final
createdAt DateTime?
finalinherited
description String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
mode String?
finalinherited
objectType String?
finalinherited
pendingUrls List<String>?
final
prefix String?
no setterinherited
previousAttributes Map<String, dynamic>?
final
result Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
updatedAt DateTime?
finalinherited
userId String?
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