V7Options constructor

const V7Options(
  1. int? time,
  2. List<int>? randomBytes
)

Implementation

const V7Options(this.time, this.randomBytes);