hasNot method

bool hasNot(
  1. String dataKey
)

Implementation

bool hasNot(String dataKey) => !has(dataKey);