Streams class Null safety

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?
read / write
description String?
read / write
disabled bool?
read / write
fec bool?
read / write
hashCode int
The hash code for this object.
read-only, override
mid String?
read / write
mindex int?
read / write
moderated bool?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
simulcast bool?
read / write
svc bool?
read / write
talking bool?
read / write
type String?
read / write

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 non-existent 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