Embedded constructor

const Embedded({
  1. bool inheritance = true,
  2. Set<String> ignore = const {},
})

Annotation to nest objects of this type in collections.

Implementation

const Embedded({this.inheritance = true, this.ignore = const {}});