IsEmptyKey constructor

const IsEmptyKey({
  1. bool? ignoreSynthetic,
  2. bool? ignore,
  3. bool? includeIfPrivate,
  4. Function? isEmptyFunction,
})

Implementation

const IsEmptyKey({
  this.ignoreSynthetic,
  bool? ignore,
  this.includeIfPrivate,
  this.isEmptyFunction,
}) : ignore = ignore ?? false;