LeanBuilder constructor

const LeanBuilder({
  1. String? key,
  2. Set<Type>? registerTypes,
  3. bool? generateToCache,
  4. Set<String>? generateFor,
  5. Set<String>? runsBefore,
  6. Map<String, dynamic>? options,
  7. Set<String>? applies,
})

The default constructor

Implementation

const LeanBuilder({
  this.key,
  this.registerTypes,
  this.generateToCache,
  this.generateFor,
  this.runsBefore,
  this.options,
  this.applies,
});