copyWith method
Implementation
FwStandardModulesAdministratorCreateNewSystemGetDefaultsRequest copyWith({
String? companyName,
}) {
return FwStandardModulesAdministratorCreateNewSystemGetDefaultsRequest(
companyName: companyName ?? this.companyName,
);
}