AuthenticationExtensionsLargeBlobOutputs constructor

AuthenticationExtensionsLargeBlobOutputs({
  1. bool? supported,
  2. ByteBuffer? blob,
  3. bool? written,
})

Implementation

external factory AuthenticationExtensionsLargeBlobOutputs(
    {bool? supported, ByteBuffer? blob, bool? written});