copyWith method
- String? apiKey,
Implementation
InstallerIdDTO copyWith({String? apiKey}) {
return InstallerIdDTO(apiKey: apiKey ?? this.apiKey);
}
InstallerIdDTO copyWith({String? apiKey}) {
return InstallerIdDTO(apiKey: apiKey ?? this.apiKey);
}