SourceVerifyOptions constructor

const SourceVerifyOptions({
  1. List<String>? expand,
  2. required List<String> values,
})

Implementation

const SourceVerifyOptions({
  this.expand,
  required this.values,
});