ImageResult<T>.failure constructor
const
ImageResult<T>.failure (
- String? error
Implementation
const ImageResult.failure(this.error) : data = null;
const ImageResult.failure(this.error) : data = null;