CatalogCustomAttributeDefinitionNumberConfig constructor

CatalogCustomAttributeDefinitionNumberConfig({
  1. int? precision,
})

Implementation

CatalogCustomAttributeDefinitionNumberConfig({
  this.precision
});