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