when variable is null default value maintained.
Example:
val str: String? = nullstr.orDefault("def") // def
1.1.0
T value or default