SecureValueTypeTemporaryRegistration.deserialize constructor

SecureValueTypeTemporaryRegistration.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory SecureValueTypeTemporaryRegistration.deserialize(
  BinaryReader reader,
) {
  // Construct [SecureValueTypeTemporaryRegistration] object.
  final returnValue = SecureValueTypeTemporaryRegistration();

  // Now return the deserialized [SecureValueTypeTemporaryRegistration].
  return returnValue;
}