Css constructor

Css({
  1. String? cssDomainId,
  2. String? cssGroupId,
  3. String? displayName,
  4. String? fullName,
  5. String? homepageUri,
  6. List<String>? labelIds,
})

Implementation

Css({
  this.cssDomainId,
  this.cssGroupId,
  this.displayName,
  this.fullName,
  this.homepageUri,
  this.labelIds,
});