pathErrorText property

  1. @override
String get pathErrorText
override

No description provided for @pathErrorText.

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

Implementation

@override
String get pathErrorText => '유효한 경로를 입력해 주세요.';