FailRetrieveOne<T> constructor

const FailRetrieveOne<T>({
  1. required String id,
  2. dynamic error,
})

Implementation

const FailRetrieveOne({
  required this.id,
  this.error,
});