PhotoSizeEmpty constructor

const PhotoSizeEmpty({
  1. required String type,
})

Photo Size Empty constructor.

Implementation

const PhotoSizeEmpty({
  required this.type,
}) : super._();