SetImagesProfile constructor

const SetImagesProfile({
  1. required String profile,
})

Implementation

const factory SetImagesProfile({required final String profile}) =
    _$SetImagesProfileImpl;