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