Chamber class

Constructors

Chamber.new({String id = "", String name = "", String description = "", String ownerId = "", String ownerName = "", OwnerType ownerType = OwnerType.profile, String href = "", String imgUrl = "", bool public = true, Position? position, bool isModifiable = true, List<ChamberPreset>? chamberPresets})
Chamber.createBasic(String name, dynamic desc)
Chamber.fromJSON(dynamic data)

Properties

chamberPresets List<ChamberPreset>?
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String
getter/setter pair
id String
getter/setter pair
imgUrl String
Reference to something in future
getter/setter pair
isModifiable bool
getter/setter pair
name String
Generated by firestore or third-party playlist Id
getter/setter pair
ownerId String
getter/setter pair
ownerName String
getter/setter pair
ownerType OwnerType
getter/setter pair
position ↔ Position?
getter/setter pair
public bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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