should property
BoolAssertions
get
should
Returns an BoolAssertions
object that can be used to assert the
current bool
/>.
Implementation
BoolAssertions get should => BoolAssertions(this);
Returns an BoolAssertions
object that can be used to assert the
current bool
/>.
BoolAssertions get should => BoolAssertions(this);