RealtimeStream class

Annotations
  • @freezed

Constructors

RealtimeStream({required int mode, required String subject, required String subcontext, required String label})
const
factory
RealtimeStream.fromDto(Stream dto)
factory

Properties

copyWith → $RealtimeStreamCopyWith<RealtimeStream>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
label String
The label is an arbitrary identifying string, if the stream has one.
no setterinherited
mode int
Mode identifies the type of stream.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subcontext String
Subcontext is a secondary identifier, if any.
no setterinherited
subject String
Subject is the primary identifier, if any.
no setterinherited

Methods

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

Operators

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