Result.successMsg constructor

Result.successMsg(
  1. String msg
)

Creates a success result with the given msg.

Implementation

Result.successMsg(this.msg) : success = true;