ResultException constructor

const ResultException(
  1. String message
)

Implementation

const ResultException(this.message);