operator <= method
- dynamic other
Less than or equal comparison.
Implementation
bool operator <=(dynamic other) => (value as dynamic) <= _extract(other);
Less than or equal comparison.
bool operator <=(dynamic other) => (value as dynamic) <= _extract(other);