copyWith method

NativeScriptScriptAll copyWith({
  1. List<NativeScript>? nativeScripts,
})

Implementation

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