AccountConversionSettings constructor

AccountConversionSettings({
  1. bool? freeListingsAutoTaggingEnabled,
})

Implementation

AccountConversionSettings({
  this.freeListingsAutoTaggingEnabled,
});