FileConfig.self constructor
FileConfig.self(
- FileConfig? self
Implementation
FileConfig.self(FileConfig? self)
: this(
nameConfig: self?.nameConfig,
variableConfig: self?.variableConfig,
includeConfig: self?.includeConfig,
);