operator ^ method
Operator ^, using asInt for this.value
and parseInt(value) for parameter.
Implementation
num operator ^(Object? value) => asInt! ^ parseInt(value)!;
Operator ^, using asInt for this.value
and parseInt(value) for parameter.
num operator ^(Object? value) => asInt! ^ parseInt(value)!;