V8Options constructor

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

Implementation

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