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