EmailRule constructor

const EmailRule(
  1. String message
)

Creates a new EmailRule with the given message.

Implementation

const EmailRule(this.message);