square property
num
get
square
Returns the square of the number (this * this).
Implementation
num get square => this * this;
Returns the square of the number (this * this).
num get square => this * this;