jusoList property Null safety
Implementation
List<Juso> get jusoList => _jusoList;
Implementation
set jusoList(List<Juso> juso) {
_jusoList = juso;
}
List<Juso> get jusoList => _jusoList;
set jusoList(List<Juso> juso) {
_jusoList = juso;
}