associate method
Implementation
associate({JsonObjectViewerState? it, _JsonArrayViewerState? it2}){
if(it != null){
that1.add(it);
}
if(it2 != null){
that2.add(it2);
}
}
associate({JsonObjectViewerState? it, _JsonArrayViewerState? it2}){
if(it != null){
that1.add(it);
}
if(it2 != null){
that2.add(it2);
}
}