copyWith method
Implementation
CurrentDateTime$Response copyWith({String? currentDateTime}) {
return CurrentDateTime$Response(
currentDateTime: currentDateTime ?? this.currentDateTime);
}
CurrentDateTime$Response copyWith({String? currentDateTime}) {
return CurrentDateTime$Response(
currentDateTime: currentDateTime ?? this.currentDateTime);
}