sub top-level property

double Function(dynamic a, dynamic b) sub
getter/setter pair

Takes two values, and when evaluated, returns the result of subtracting their values

Implementation

var sub = _ops.sub;