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