menu
maas package
documentation
types/script.dart
Script
Script.new constructor
Script.new constructor
dark_mode
light_mode
Script
constructor
Script
(
{
String
?
code
,
String
?
name
,
String
?
desc
,
String
?
kind
,
String
?
expr
,
Map
<
String
,
String
>
?
attachment
,
})
Implementation
Script({this.code, this.name, this.desc, this.kind, this.expr, this.attachment});
maas package
documentation
types/script
Script
Script.new constructor
Script class