Failed constructor

const Failed({
  1. required String error,
})

Implementation

const factory Failed({required String error}) = _$Failed;