ResultError constructor
ResultError(
- String message
Creates a ResultError with the given message.
Implementation
ResultError(this.message);
Creates a ResultError with the given message.
ResultError(this.message);