suggestion property

String? suggestion
final

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;