EasyKey constructor

const EasyKey({
  1. String? name,
  2. bool? includeIfNull,
  3. Object? fallback,
  4. Object? itemFallback,
  5. String? enumFallback,
})

Implementation

const EasyKey({
  this.name,
  this.includeIfNull,
  this.fallback,
  this.itemFallback,
  this.enumFallback,
});