factory Input$ApiInput({ required String endPoint, required String secretKey, }) => Input$ApiInput._({ r'endPoint': endPoint, r'secretKey': secretKey, });