IsEmpty constructor

const IsEmpty({
  1. bool? ignoreSynthetic,
  2. bool? includePrivateFields,
})

Implementation

const IsEmpty({
  this.ignoreSynthetic,
  this.includePrivateFields,
});