isEmail property
bool
get
isEmail
Email se true doner
Implementation
bool get isEmail {
if (this == null) return false;
return GetUtils.isEmail(this!);
}
Email se true doner
bool get isEmail {
if (this == null) return false;
return GetUtils.isEmail(this!);
}