asin method Null safety
- ExpressionInterface expression
Creates a function expression which evaluates to the inverse sine of the
given numeric expression
.
Implementation
static ExpressionInterface asin(ExpressionInterface expression) =>
UnaryExpression('asin()', expression);