Idex constructor

const Idex({
  1. String? id,
  2. String? name,
  3. @Default({}) @JsonKey(fromJson: entriesFromJs, toJson: entriesToJs) Map<String, Entry> entries,
  4. @Default([]) List<String> algoStore,
})

Implementation

const factory Idex({
  String? id,
  String? name,
  @Default({})@JsonKey(fromJson: entriesFromJs,toJson: entriesToJs) Map<String,Entry> entries,
  ///fields need to store in algolia
  @Default([])List<String> algoStore,
})=_Idex;