copyWithWrapped method

Implementation

FwStandardModulesAdministratorCreateNewSystemGetDefaultsRequest
copyWithWrapped({Wrapped<String?>? companyName}) {
  return FwStandardModulesAdministratorCreateNewSystemGetDefaultsRequest(
    companyName: (companyName != null ? companyName.value : this.companyName),
  );
}