Exclude constructor

const Exclude({
  1. bool canDeserialize = false,
  2. bool canSerialize = false,
})

Implementation

const Exclude({super.canDeserialize, super.canSerialize})
    : super(exclude: true);