Fix doc comment line accidentally removed (#108654)

Fixing issue in commit c92e001400fcf9064001e993fc6a36e3fb0f56b5
This commit is contained in:
Kevin Moore 2022-07-29 17:11:41 -07:00 committed by GitHub
parent 3d1f707317
commit 8997dd5de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ class AutofillHints {
/// ///
/// This hint will be translated to the below values on different platforms: /// This hint will be translated to the below values on different platforms:
/// ///
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY).
/// * iOS: [addressCity](https://developer.apple.com/documentation/uikit/uitextcontenttype). /// * iOS: [addressCity](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * Otherwise, the hint string will be used as-is. /// * Otherwise, the hint string will be used as-is.
static const String addressCity = 'addressCity'; static const String addressCity = 'addressCity';