FileConfig.self constructor

FileConfig.self(
  1. FileConfig? self
)

Implementation

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