Style constructor

Style(
  1. StyleFamily styleFamily,
  2. String styleName,
  3. AllowedUpdates allowedUpdates
)

Implementation

Style(this.styleFamily, this.styleName, this.allowedUpdates);