EvgeniShmakov
Results
1
issues of
EvgeniShmakov
## Type Bug ## Details The result of ValidationResults.toString() is incorrect due to wrong order in conditional operators. ```dart class ValidationResults { @override String toString() { return '${errors.isEmpty ? 'VALID'...