isEmail property

bool isEmail

Implementation

bool get isEmail => this.contains("@") && this.contains(".");