hasValue method

bool hasValue(
  1. String lookupValue
)

Check if controller is not empty.

Implementation

bool hasValue(String lookupValue) =>
    _getController(lookupValue)?.hasValue != null;