Script constructor
Script({
- required String src,
Creates a script wrapper from source text.
Implementation
Script({required this.src});
Creates a script wrapper from source text.
Script({required this.src});