phoneErrorText property

  1. @override
String get phoneErrorText
override

No description provided for @phoneErrorText.

In en, this message translates to: 'This field requires a valid phone number.'

Implementation

@override
String get phoneErrorText => '该字段必须是有效的电话号码。';