VisitorCache constructor

VisitorCache({
  1. int? version,
  2. Data? data,
})

Implementation

VisitorCache({this.version, this.data});