factory RTCDtlsFingerprint({ _i2.String? algorithm, _i2.String? value, }) => RTCDtlsFingerprint._( algorithm: algorithm, value: value, );