SpotCheckState constructor
SpotCheckState({})
Implementation
SpotCheckState(
{Key? key,
required this.targetToken,
required this.domainName,
required this.userDetails,
required this.variables,
required this.customProperties,
required this.sparrowLang})
: super(key: key);