FailRetrieveMany<T> constructor

const FailRetrieveMany<T>(
  1. List<String> ids,
  2. dynamic error
)

Implementation

const FailRetrieveMany(this.ids, this.error);