isnot_null method

void isnot_null()

Implementation

void isnot_null() =>
    genericMatch(this.actual != null, () =>
        "${"`${this.actual}`".red} should not be null");