Failure constructor

const Failure({
  1. String cause = '',
})

Implementation

const Failure({this.cause = ''});