减数
double reduce(double reduction) { if (this == null) { return -reduction; } return this! - reduction; }