operator ~/ method
- dynamic other
Integer Division operator.
Implementation
dynamic operator ~/(dynamic other) => (value as dynamic) ~/ _extract(other);
Integer Division operator.
dynamic operator ~/(dynamic other) => (value as dynamic) ~/ _extract(other);