isAuto static method

bool isAuto(
  1. String? value
)

Implementation

static bool isAuto(String? value) {
  return value == AUTO;
}