Nonce constructor Null safety

Nonce(
  1. {int size = 16}
)

Implementation

Nonce({this.size = 16});