matchErrorText property

  1. @override
String matchErrorText
override

No description provided for @matchErrorText.

In en, this message translates to: 'Value does not match pattern.'

Implementation

@override
String get matchErrorText => '该字段格式不正确';