ContentStateRestInput constructor

ContentStateRestInput({
  1. String? name,
  2. String? color,
  3. int? id,
})

Implementation

ContentStateRestInput({this.name, this.color, this.id});