stringIsEmail property

  1. @Doc(message: '是否为邮箱')
bool stringIsEmail

Implementation

@Doc(message: '是否为邮箱')
bool get stringIsEmail => _isEmailValid(this);