isValidEmail property

bool get isValidEmail

Implementation

bool get isValidEmail => text.isNotNullOrEmpty && text.isValidEmail;