stopWhenFirstError property
if true
, it will stop when first error occured
and only take the first error.
note : this options only used, when validating an instance
Implementation
final bool stopWhenFirstError;
if true
, it will stop when first error occured
and only take the first error.
note : this options only used, when validating an instance
final bool stopWhenFirstError;