isNullOrBlank function

bool isNullOrBlank(
  1. String? it
)

Implementation

bool isNullOrBlank(String? it) => it.isNullOrBlank;