Freezed constructor

const Freezed({
  1. String? constructor,
  2. bool makeCollectionsUnmodifiable = true,
  3. String? superCtor,
})

Implementation

const Freezed({
  this.constructor,
  this.makeCollectionsUnmodifiable = true,
  this.superCtor,
});