errorNotFound property

  1. @override
String get errorNotFound
override

No description provided for @errorNotFound.

In en, this message translates to: 'The resource could not be found.'

Implementation

@override
String get errorNotFound => '요청한 리소스를 찾을 수 없습니다.';