Result constructor

Result(
  1. bool success,
  2. String msg
)

Implementation

Result(this.success, this.msg);