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