Result.failureMsg constructor
Result.failureMsg(
- String msg
Creates a failure result with the given msg.
Implementation
Result.failureMsg(this.msg): success = false;
Creates a failure result with the given msg.
Result.failureMsg(this.msg): success = false;