CustomAttribute constructor

CustomAttribute({
  1. bool? filterable,
  2. bool? keywordSearchable,
  3. List<String>? longValues,
  4. List<String>? stringValues,
})

Implementation

CustomAttribute({
  this.filterable,
  this.keywordSearchable,
  this.longValues,
  this.stringValues,
});