dividable_by property
BigInt
get
dividable_by
Implementation
BigInt get dividable_by => BigInt.from(pow(10, this.decimal_places));
BigInt get dividable_by => BigInt.from(pow(10, this.decimal_places));