Map<String, dynamic> toJson() { return { 'name': name, if (value != null) 'value': value!.toJson(), }; }