SampleStateError constructor

SampleStateError({
  1. required String error,
})

Implementation

SampleStateError({required this.error});