not property

  1. @Doc(message: '取反')
bool not

Implementation

@Doc(message: '取反')
bool get not => !this;