V1Options constructor

const V1Options(
  1. int? clockSeq,
  2. int? mSecs,
  3. int? nSecs,
  4. List<int>? node,
  5. List<int>? seedBytes,
)

Implementation

const V1Options(
    this.clockSeq, this.mSecs, this.nSecs, this.node, this.seedBytes);