ifBlank method

String ifBlank(
  1. String fn()
)

Implementation

String ifBlank(String Function() fn) => isBlank ? fn() : this;