Fix doc comment line accidentally removed (#108654)
Fixing issue in commit c92e001400fcf9064001e993fc6a36e3fb0f56b5
This commit is contained in:
parent
3d1f707317
commit
8997dd5de0
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user