HandymanRequestDtoHandyman constructor

const HandymanRequestDtoHandyman({
  1. required String headline,
  2. required String bio,
})

Implementation

const factory HandymanRequestDtoHandyman({
  required String headline,
  required String bio,
}) = _HandymanRequestDtoHandyman;