AbstractBuilder<T extends AbstractModel<ID>, ID> constructor

const AbstractBuilder<T extends AbstractModel<ID>, ID>({
  1. String? labelPrefix,
  2. String? labelSuffix,
})

Implementation

const AbstractBuilder({
  this.labelPrefix,
  this.labelSuffix,
});