setPrice method

void setPrice(
  1. num value
)

Implementation

void setPrice(num value) => setCustomNumberValue("price", value);