Context
Constructors
new Context()
new Context(
dart):Context
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | readonly | any |
Methods
getVariable()
getVariable(
name):any
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
any
Source
setVariable()
setVariable(
name,value):void
Parameters
| Parameter | Type |
|---|---|
name | string |
value | any |
Returns
void
Source
cloneDefault()
staticcloneDefault():Context
Returns
Source
create()
staticcreate():Context