@override String valueToString(List x) { if (x.isEmpty) { return 'null'; } else { return "opt ${_type.valueToString(x[0])}"; } }