CubeEvent class

Inheritance

Constructors

CubeEvent()
CubeEvent.fromJson(Map<String, dynamic> json)

Properties

active bool?
getter/setter pair
applicationId int?
getter/setter pair
createdAt DateTime?
getter/setter pairinherited
date int?
getter/setter pair
endDate int?
getter/setter pair
environment String?
getter/setter pair
eventType String?
getter/setter pair
eventUser EventUser?
getter/setter pair
externalUser BaseEventUser?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
kind String?
getter/setter pair
message Map<String, dynamic>?
getter/setter pair
name String?
getter/setter pair
notificationChannel String?
getter/setter pair
notificationType String?
getter/setter pair
occuredCount int?
getter/setter pair
period int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagQuery String?
getter/setter pair
updatedAt DateTime?
getter/setter pairinherited
userId int?
getter/setter pair

Methods

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

Operators

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