NativeScriptScriptAll constructor
NativeScriptScriptAll(
- List<
NativeScript> nativeScripts
Constructs a NativeScriptScriptAll.
Implementation
NativeScriptScriptAll(List<NativeScript> nativeScripts)
: nativeScripts = List<NativeScript>.unmodifiable(nativeScripts);