config property
Config
get
config
Implementation
Config get config => state;
set
config
(Config c)
Implementation
set config(Config c) {
state = c;
}