clear method

dynamic clear()

Implementation

clear() {
  brand = BrandType.none;
  amount = 0.0;
  additionalParams = {};
}