Script class

Constructors

Script({String? code, String? name, String? desc, String? kind, String? expr, Map<String, String>? attachment})

Properties

attachment Map<String, String>?
Script attachment
getter/setter pair
code String?
Script code
getter/setter pair
desc String?
Script desc
getter/setter pair
expr String?
Script expression
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Script kind
getter/setter pair
name String?
Script name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited