Error<T> constructor

const Error<T>({
  1. required Object error,
})

Implementation

const Error({required this.error});