ProfileResponseDtoHandyman constructor
const
ProfileResponseDtoHandyman({})
Implementation
const factory ProfileResponseDtoHandyman({
required int id,
required String headline,
required String bio,
required bool isVerified,
List<ProfileResponseDtoHandymanCategory>? categories,
}) = _ProfileResponseDtoHandyman;