minus constant

String const minus

For two inputs, returns the result of subtracting the second input from the first. For a single input, returns the result of subtracting it from 0.

Sdk Support: basic functionality with js, android, ios, macos

Implementation

static const minus = "-";