LiveEvent class

A single live event.

Annotations
  • @freezed

Constructors

LiveEvent.new({String? activeEndTimeSec, String? activeStartTimeSec, String? description, String? name, String? value})
const
factory
LiveEvent.fromDto(ApiLiveEvent dto)
factory
LiveEvent.fromJson(Map<String, dynamic> json)
factory

Properties

activeEndTimeSec String?
End time of current event run.
no setterinherited
activeStartTimeSec String?
Start time of current event run.
no setterinherited
copyWith → $LiveEventCopyWith<LiveEvent>
no setterinherited
description String?
Description.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String?
Name.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
Event value.
no setterinherited

Methods

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

Operators

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