isInitial static method

bool isInitial(
  1. String? value
)

Implementation

static bool isInitial(String? value) {
  return value == INITIAL;
}