String defaultStrWithEmpty({String? emptyStr}) { if (isNullOrEmpty) { return emptyStr ?? "--"; } return this!; }