ProfileEvent.setImagesLicense constructor

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

Implementation

const factory ProfileEvent.setImagesLicense({String? front, String? back}) =
    SetImagesLicense;