ActionResult constructor

const ActionResult(
  1. bool ok,
  2. String message
)

Creates an action result.

Implementation

const ActionResult(this.ok, this.message);