MyFilePathImage constructor

MyFilePathImage({
  1. required String filePath,
  2. ImageParams params,
})

Implementation

factory MyFilePathImage({required final String filePath, final ImageParams params}) = _$MyFilePathImageImpl;