String ifThen(String ifString, String thenString) { if (this == null || this == ifString) return thenString; return this!; }