ServicesResponseDtoDataHandymanUserPrimaryAddress constructor
const
ServicesResponseDtoDataHandymanUserPrimaryAddress({})
Implementation
const factory ServicesResponseDtoDataHandymanUserPrimaryAddress({
required int id,
required String name,
required String city,
required String fullAddress,
required String latitude,
required String longitude,
}) = _ServicesResponseDtoDataHandymanUserPrimaryAddress;