toString method
override
Returns the standard string representation of the Error.
The result is a structured string including the form 'prefix + "Error"'.
Error의 표준 문자열 표현을 반환합니다.
결과물은 prefix + "Error" 형태를 포함하는 구조화된 문자열입니다.
Implementation
@override
String toString() => createMessage(errorPrefix: 'Error');