wasThrown property
bool?
get
wasThrown
True if the result was thrown during the evaluation.
Implementation
bool? get wasThrown => json['wasThrown'] as bool?;
True if the result was thrown during the evaluation.
bool? get wasThrown => json['wasThrown'] as bool?;