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