suggestion property
Suggested correction if a typo was detected.
For example, if 'user@gmial.com' was provided, this might suggest
'user@gmail.com'. null if no suggestion is available.
Implementation
final String? suggestion;
Suggested correction if a typo was detected.
For example, if 'user@gmial.com' was provided, this might suggest
'user@gmail.com'. null if no suggestion is available.
final String? suggestion;