ToLong constructor
ToLong(
- dynamic expr
Creates $toLong operator expression
Converts a value to a long. If the value cannot be converted to a long,
$toLong errors. If the value is null or missing, $toLong returns
null.
The ToLong takes any valid expression.
Implementation
ToLong(expr) : super('toLong', expr);