isValid static method

bool isValid(
  1. FeatureFlagKey key
)

Implementation

static bool isValid(FeatureFlagKey key) => key.trim().isNotEmpty;