second property

List second

Implementation

List get second => _second;
void second=(List value)

Implementation

set second(List value) {
  _second.clear();
  _second.addAll(value);
}