SecretBox constructor

SecretBox(
  1. Uint8List secret
)

Implementation

SecretBox(Uint8List secret) : super.fromList(secret);