Script constructor

Script({
  1. required String src,
})

Implementation

Script({required this.src});