not static method Null safety

bool not(
  1. bool a
)

Implementation

static bool not(bool a) => !a;