NullableStringExtensions extension

on

Methods

isNullOrEmpty() bool

Available on String?, provided by the NullableStringExtensions extension

Indicates if the Stirng is null or ""
isNullOrWhitespace() bool

Available on String?, provided by the NullableStringExtensions extension

Indicates if the Stirng is null or " "