uuidErrorText property

  1. @override
String get uuidErrorText
override

No description provided for @uuidErrorText.

In en, this message translates to: 'Value must be a valid UUID.'

Implementation

@override
String get uuidErrorText => '该字段必须是有效的 UUID。';