EmailChannel constructor

const EmailChannel({
  1. required String address,
  2. bool private = true,
  3. Map<String, String>? annotations,
})

Implementation

const EmailChannel({required this.address, this.private = true, super.annotations});