has method

bool has(
  1. String dataKey
)

Implementation

bool has(String dataKey) => Wire.data(dataKey).isSet;