NativeScriptScriptAll constructor

NativeScriptScriptAll(
  1. List<NativeScript> nativeScripts
)

Constructs a NativeScriptScriptAll.

Implementation

NativeScriptScriptAll(List<NativeScript> nativeScripts)
    : nativeScripts = List<NativeScript>.unmodifiable(nativeScripts);