method property
dynamic
get
method
Implementation
dynamic get method {
return $$context$$["method"];
}
set
method
(dynamic value)
Implementation
set method(dynamic value) {
$$context$$["method"] = value;
}