Styles constructor

Styles(
  1. String name,
  2. String type,
  3. String styleId
)

Implementation

Styles(this.name, this.type, this.styleId);