SetImagesLicense constructor

const SetImagesLicense({
  1. String? front,
  2. String? back,
})

Implementation

const factory SetImagesLicense({final String? front, final String? back}) =
    _$SetImagesLicenseImpl;