whereStringOrNull method

String? whereStringOrNull()

Implementation

String? whereStringOrNull() => isAll ? null : whereString();