CustomAttribute constructor

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

Implementation

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