MyImage.filePath constructor

MyImage.filePath({
  1. required String filePath,
  2. @Default(ImageParams()) ImageParams params,
})

Implementation

factory MyImage.filePath({required String filePath, @Default(ImageParams()) ImageParams params}) = MyFilePathImage;