negate method

RadBoolean negate()

Implementation

RadBoolean negate() => (_value == true) ? RadBoolean.True : RadBoolean.False;