EventDefinition class

An event definition resource.

Constructors

EventDefinition({List<EventChild>? childEvents, String? description, String? displayName, String? id, String? imageUrl, bool? isDefaultImageUrl, String? kind, String? visibility})
EventDefinition.fromJson(Map json_)

Properties

childEvents List<EventChild>?
A list of events that are a child of this event.
getter/setter pair
description String?
Description of what this event represents.
getter/setter pair
displayName String?
The name to display for the event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the event.
getter/setter pair
imageUrl String?
The base URL for the image that represents the event.
getter/setter pair
isDefaultImageUrl bool?
Indicates whether the icon image being returned is a default image, or is game-provided.
getter/setter pair
kind String?
Uniquely identifies the type of this resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility String?
The visibility of event being tracked in this definition. Possible string values are:
getter/setter pair

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