core.Map<core.String, core.dynamic> toJson() => { if (keyId != null) 'keyId': keyId!, if (privateKey != null) 'privateKey': privateKey!, if (teamId != null) 'teamId': teamId!, };