isNull method

bool isNull()

Checks if the given String s is null or empty

Implementation

bool isNull() => this == null;