AggregateModule constructor

AggregateModule({
  1. Database? database,
  2. String? locale,
})

Implementation

AggregateModule({this.database, String? locale});