Email constructor

const Email({
  1. String? message,
})

Implementation

const Email({this.message});