PhotoCachedSize023 constructor

const PhotoCachedSize023({
  1. required String type,
  2. required FileLocationBase location,
  3. required int w,
  4. required int h,
  5. required Uint8List bytes,
})

Photo Cached Size constructor.

Implementation

const PhotoCachedSize023({
  required this.type,
  required this.location,
  required this.w,
  required this.h,
  required this.bytes,
}) : super._();