scanType property

Array? get scanType

Implementation

Array<dynamic>? get scanType {
  return scanType;
}
set scanType (Array? value)

Implementation

set scanType(Array<dynamic>? value) {
  $$context$$["scanType"] = value;
}