ChamberPreset class
Constructors
- ChamberPreset({String id = "432.0_0.5_0.0_0.0_0.0", String name = "", String description = "", String imgUrl = "", String ownerId = "", int state = 0, NeomParameter? neomParameter, NeomFrequency? neomFrequency})
- ChamberPreset.custom({String name = "", String imgUrl = "", NeomParameter? parameter, NeomFrequency? frequency})
- ChamberPreset.fromJSON(Map data)
Properties
- description ↔ String
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String
- 
  
  getter/setter pair
- imgUrl ↔ String
- 
  
  getter/setter pair
- name ↔ String
- 
  
  getter/setter pair
- neomFrequency ↔ NeomFrequency?
- 
  
  getter/setter pair
- neomParameter ↔ NeomParameter?
- 
  
  getter/setter pair
- ownerId ↔ String
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state ↔ int
- 
  
  getter/setter pair
Methods
- 
  clone() → ChamberPreset 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJSON() → Map< String, dynamic> 
- 
  toJsonNoId() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited