AppleCollectOptions constructor

const AppleCollectOptions({
  1. bool email = true,
  2. bool fullName = true,
})

Implementation

const AppleCollectOptions({
  this.email = true,
  this.fullName = true,
});