HooksConfig class

A configuration class for launching the Hooks instance.

Annotations
  • @freezed

Constructors

HooksConfig({@Default(false) bool continueOnRejected, String? configFile})
Default constructor
const
factory

Properties

configFile String?
Specifies the path to the configuration file.
no setterinherited
continueOnRejected bool
Specifies, whether processing should continue on rejections.
no setterinherited
copyWith → $HooksConfigCopyWith<HooksConfig>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited