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