uniqueErrorText property

  1. @override
String get uniqueErrorText
override

No description provided for @uniqueErrorText.

In en, this message translates to: 'Value must be unique.'

Implementation

@override
String get uniqueErrorText => '値は一意である必要があります。';