hasMixedCase method

bool hasMixedCase()

Implementation

bool hasMixedCase() => hasUppercase() && hasLowercase();