PreviewResponse constructor

PreviewResponse({
  1. Email email,
  2. Errors errors,
})

Implementation

PreviewResponse({this.email, this.errors});