UnblockEmailV3Body constructor

const UnblockEmailV3Body({
  1. String? email,
})

Implementation

const UnblockEmailV3Body({
  this.email,
});