ContentStateInput constructor

ContentStateInput({
  1. String? name,
  2. String? color,
  3. int? id,
  4. String? spaceKey,
})

Implementation

ContentStateInput({this.name, this.color, this.id, this.spaceKey});