ResultError constructor

ResultError(
  1. String message
)

Creates a ResultError with the given message.

Implementation

ResultError(this.message);