isEmailAddress property

bool get isEmailAddress

Implementation

bool get isEmailAddress => isNotNullEmpty && this!.isEmail;