FailedState constructor

const FailedState([
  1. String? message
])

Implementation

const FailedState([this.message]);