PhotoSize023 constructor

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

Photo Size constructor.

Implementation

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