LoadImageException.notExistedFileNullUrl constructor

const LoadImageException.notExistedFileNullUrl({
  1. required String filepath,
})

Implementation

const LoadImageException.notExistedFileNullUrl({required this.filepath}) //
    : type = LoadImageExceptionType.notExistedFileNullUrl;