factory StringList.fromJson(Map<String, dynamic> json) { return StringList(values: decodeList(json['values']) ?? []); }