Map<String, dynamic> toJson() { final defaultValue = this.defaultValue; return { if (defaultValue != null) 'DefaultValue': defaultValue, }; }