copyWith method
Implementation
NativeScriptScriptAll copyWith({List<NativeScript>? nativeScripts}) {
return NativeScriptScriptAll(nativeScripts ?? this.nativeScripts);
}
NativeScriptScriptAll copyWith({List<NativeScript>? nativeScripts}) {
return NativeScriptScriptAll(nativeScripts ?? this.nativeScripts);
}