NullableStringExtensions extension

on

Properties

isNotNullNorBlank bool
Returns negation of isNullOrBlank.
no setter
isNotNullNorEmpty bool
Returns negation of isNullOrEmpty.
no setter
isNullOrBlank bool
Returns true when this is either null or isBlank.
no setter
isNullOrEmpty bool
Returns true when this is either null or isBlank.
no setter

Methods

ifBlank([String? defaultValue]) String?
ifEmpty([String? defaultValue]) String?