isInstantiated property
bool
get
isInstantiated
Returns true if the validator has been instantiated.
Implementation
bool get isInstantiated => _instance != null;
Returns true if the validator has been instantiated.
bool get isInstantiated => _instance != null;