ConfigModel constructor
ConfigModel({})
Creates a new ConfigModel with the specified settings.
All parameters are required to ensure explicit configuration.
Implementation
ConfigModel({
required this.useFreezed,
required this.useEquatable,
required this.defaultStateManager,
required this.author,
});