StreamingMountPointInfo class Null safety

Constructors

StreamingMountPointInfo({int? id, String? name, String? description, String? metadata, String? secret, String? pin, bool? isPrivate, int? viewers, bool? enabled, String? type, List<Media>? media})
StreamingMountPointInfo.fromJson(dynamic json)

Properties

description String?
read / write
enabled bool?
read / write
hashCode int
The hash code for this object.
read-only, inherited
id int?
read / write
isPrivate bool?
read / write
media List<Media>?
read / write
metadata String?
read / write
name String?
read / write
pin String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
secret String?
read / write
type String?
read / write
viewers int?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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