Streams class

Constructors

Streams({bool? disabled, String? description, bool? moderated, bool? simulcast, bool? svc, String? type, int? mindex, String? codec, String? mid, bool? fec, bool? talking})
Streams.fromJson(String source)
factory
Streams.fromMap(Map<String, dynamic> map)
factory

Properties

codec String?
getter/setter pair
description String?
getter/setter pair
disabled bool?
getter/setter pair
fec bool?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
mid String?
getter/setter pair
mindex int?
getter/setter pair
moderated bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulcast bool?
getter/setter pair
svc bool?
getter/setter pair
talking bool?
getter/setter pair
type String?
getter/setter pair

Methods

copyWith({bool? disabled, String? description, bool? moderated, bool? simulcast, bool? svc, String? type, int? mindex, String? codec, String? mid, bool? fec, bool? talking}) Streams
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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